#E0ED3C

Color #E0ED3C Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E0ED3C

Tints of Starship #E0ED3C

Color information

#E0ED3C (or 0xE0ED3C) is unknown color: approx Starship. HEX triplet: E0, ED and 3C. RGB value is (224,237,60). Sum of RGB (Red+Green+Blue) = 224+237+60=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0ED3C is #1F12C3. Grayscale: #D5D5D5. Windows color (decimal): -2036420 or 3993056. OLE color: 3993056.

HSL color Cylindrical-coordinate representation of color #E0ED3C: hue angle of 64.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0ED3C is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB22423760-
CMYK0.0500.750.07
HSL64.41º83.1%58.24%-
HSV(B)64.41º74.68%92.94%-
XYZ61.8476.7415.83-
YUV212.9441.69135.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 237 (92.97% from 255) = 45.49%
BLUE value IS 60 (23.83% from 255) = 11.52%
R=42.99%
G=45.49%
B=11.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224237600.0500.750.0764.4183.158.24
HexE0ED3C504B740533a
Octal3403557450113710012372
Binary11100000111011011111001010100101111110000001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ED3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ED3C; }

 p { color: rgb(224,237,60); }

 H1.HeaderClassName
 {
   color: #E0ED3C;
 }
 .AnyTagClassName
 {
   color: #E0ED3C;
 }
</style>
background-color css

<style>
 a { background-color: #E0ED3C; }

 a { background-color: rgb(224,237,60); }

 div.DivClassName
 {
   background-color: #E0ED3C;
 }
 .BgClassName
 {
   background-color: #E0ED3C;
 }
</style>
border-color css

<style>
 span { border-color: #E0ED3C; }

 span { border-color: rgb(224,237,60); }

 td.TdClassName
 {
   border-color: #E0ED3C;
 }
 .TagClassName
 {
   border-color: #E0ED3C;
 }
</style>