#E0DB41

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

Shades of Starship #E0DB41

Tints of Starship #E0DB41

Color information

#E0DB41 (or 0xE0DB41) is unknown color: approx Starship. HEX triplet: E0, DB and 41. RGB value is (224,219,65). Sum of RGB (Red+Green+Blue) = 224+219+65=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DB41 is #1F24BE. Grayscale: #CBCBCB. Windows color (decimal): -2041023 or 4316128. OLE color: 4316128.

HSL color Cylindrical-coordinate representation of color #E0DB41: hue angle of 58.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0DB41 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22421965-
CMYK00.020.710.12
HSL58.11º71.95%56.67%-
HSV(B)58.11º70.98%87.84%-
XYZ57.0366.8914.91-
YUV202.9450.16143.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 219 (85.94% from 255) = 43.11%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=44.09%
G=43.11%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242196500.020.710.1258.1171.9556.67
HexE0DB410247C3a4839
Octal34033310102107147211071
Binary11100000110110111000001010100011111001110101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB41; }

 p { color: rgb(224,219,65); }

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

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

 a { background-color: rgb(224,219,65); }

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

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

 span { border-color: rgb(224,219,65); }

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