#E1DE37

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

Shades of Starship #E1DE37

Tints of Starship #E1DE37

Color information

#E1DE37 (or 0xE1DE37) is unknown color: approx Starship. HEX triplet: E1, DE and 37. RGB value is (225,222,55). Sum of RGB (Red+Green+Blue) = 225+222+55=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE37 is #1E21C8. Grayscale: #CCCCCC. Windows color (decimal): -1974729 or 3661537. OLE color: 3661537.

HSL color Cylindrical-coordinate representation of color #E1DE37: hue angle of 58.94º 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 #E1DE37 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22522255-
CMYK00.010.760.12
HSL58.94º73.91%54.9%-
HSV(B)58.94º75.56%88.24%-
XYZ57.8668.5313.79-
YUV203.8643.99143.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 55 (21.88% from 255) = 10.96%
R=44.82%
G=44.22%
B=10.96%

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
Decimal2252225500.010.760.1258.9473.9154.9
HexE1DE37014CC3b4a37
Octal3413366701114147311267
Binary111000011101111011011101100110011001110111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE37; }

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

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

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

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

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

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

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

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