#E0D942

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

Shades of Starship #E0D942

Tints of Starship #E0D942

Color information

#E0D942 (or 0xE0D942) is unknown color: approx Starship. HEX triplet: E0, D9 and 42. RGB value is (224,217,66). Sum of RGB (Red+Green+Blue) = 224+217+66=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D942 is #1F26BD. Grayscale: #CACACA. Windows color (decimal): -2041534 or 4381152. OLE color: 4381152.

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

Color convert

RGB22421766-
CMYK00.030.710.12
HSL57.34º71.82%56.86%-
HSV(B)57.34º70.54%87.84%-
XYZ56.5465.8714.89-
YUV201.8851.32143.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 66 (26.17% from 255) = 13.02%
R=44.18%
G=42.80%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242176600.030.710.1257.3471.8256.86
HexE0D9420347C394839
Octal34033110203107147111071
Binary11100000110110011000010011100011111001110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D942; }

 p { color: rgb(224,217,66); }

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

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

 a { background-color: rgb(224,217,66); }

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

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

 span { border-color: rgb(224,217,66); }

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