#E1DE36

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

Shades of Starship #E1DE36

Tints of Starship #E1DE36

Color information

#E1DE36 (or 0xE1DE36) is unknown color: approx Starship. HEX triplet: E1, DE and 36. RGB value is (225,222,54). Sum of RGB (Red+Green+Blue) = 225+222+54=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE36 is #1E21C9. Grayscale: #CCCCCC. Windows color (decimal): -1974730 or 3596001. OLE color: 3596001.

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

Color convert

RGB22522254-
CMYK00.010.760.12
HSL58.95º74.03%54.71%-
HSV(B)58.95º76%88.24%-
XYZ57.8468.5213.67-
YUV203.7443.49143.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 54 (21.48% from 255) = 10.78%
R=44.91%
G=44.31%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252225400.010.760.1258.9574.0354.71
HexE1DE36014CC3b4a37
Octal3413366601114147311267
Binary111000011101111011011001100110011001110111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE36; }

 p { color: rgb(225,222,54); }

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

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

 a { background-color: rgb(225,222,54); }

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

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

 span { border-color: rgb(225,222,54); }

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