#E0D332

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

Shades of Starship #E0D332

Tints of Starship #E0D332

Color information

#E0D332 (or 0xE0D332) is unknown color: approx Starship. HEX triplet: E0, D3 and 32. RGB value is (224,211,50). Sum of RGB (Red+Green+Blue) = 224+211+50=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D332 is #1F2CCD. Grayscale: #C5C5C5. Windows color (decimal): -2043086 or 3331040. OLE color: 3331040.

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

Color convert

RGB22421150-
CMYK00.060.780.12
HSL55.52º73.73%53.73%-
HSV(B)55.52º77.68%87.84%-
XYZ54.6162.6712.24-
YUV196.5345.31147.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 50 (19.92% from 255) = 10.31%
R=46.19%
G=43.51%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242115000.060.780.1255.5273.7353.73
HexE0D332064EC384a36
Octal3403236206116147011266
Binary11100000110100111100100110100111011001110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D332; }

 p { color: rgb(224,211,50); }

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

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

 a { background-color: rgb(224,211,50); }

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

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

 span { border-color: rgb(224,211,50); }

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