#E1DC37

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

Shades of Starship #E1DC37

Tints of Starship #E1DC37

Color information

#E1DC37 (or 0xE1DC37) is unknown color: approx Starship. HEX triplet: E1, DC and 37. RGB value is (225,220,55). Sum of RGB (Red+Green+Blue) = 225+220+55=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 55 (21.88% from 255 or 11% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC37 is #1E23C8. Grayscale: #CBCBCB. Windows color (decimal): -1975241 or 3661025. OLE color: 3661025.

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

Color convert

RGB22522055-
CMYK00.020.760.12
HSL58.24º73.91%54.9%-
HSV(B)58.24º75.56%88.24%-
XYZ57.3367.4713.62-
YUV202.6844.66143.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 55 (21.88% from 255) = 11%
R=45%
G=44%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252205500.020.760.1258.2473.9154.9
HexE1DC37024CC3a4a37
Octal3413346702114147211267
Binary1110000111011100110111010100110011001110101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC37; }

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

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

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

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

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

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

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

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