#E0DE39

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

Shades of Starship #E0DE39

Tints of Starship #E0DE39

Color information

#E0DE39 (or 0xE0DE39) is unknown color: approx Starship. HEX triplet: E0, DE and 39. RGB value is (224,222,57). Sum of RGB (Red+Green+Blue) = 224+222+57=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE39 is #1F21C6. Grayscale: #CCCCCC. Windows color (decimal): -2040263 or 3792608. OLE color: 3792608.

HSL color Cylindrical-coordinate representation of color #E0DE39: hue angle of 59.28º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0DE39 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB22422257-
CMYK00.010.750.12
HSL59.28º72.93%55.1%-
HSV(B)59.28º74.55%87.84%-
XYZ57.668.3914.03-
YUV203.7945.16142.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 57 (22.66% from 255) = 11.33%
R=44.53%
G=44.14%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242225700.010.750.1259.2872.9355.1
HexE0DE39014BC3b4937
Octal3403367101113147311167
Binary111000001101111011100101100101111001110111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE39; }

 p { color: rgb(224,222,57); }

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

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

 a { background-color: rgb(224,222,57); }

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

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

 span { border-color: rgb(224,222,57); }

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