#E0D23C

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

Shades of Starship #E0D23C

Tints of Starship #E0D23C

Color information

#E0D23C (or 0xE0D23C) is unknown color: approx Starship. HEX triplet: E0, D2 and 3C. RGB value is (224,210,60). Sum of RGB (Red+Green+Blue) = 224+210+60=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D23C is #1F2DC3. Grayscale: #C5C5C5. Windows color (decimal): -2043332 or 3986144. OLE color: 3986144.

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

Color convert

RGB22421060-
CMYK00.060.730.12
HSL54.88º72.57%55.69%-
HSV(B)54.88º73.21%87.84%-
XYZ54.662.2713.42-
YUV197.0950.64147.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.34%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 60 (23.83% from 255) = 12.15%
R=45.34%
G=42.51%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242106000.060.730.1254.8872.5755.69
HexE0D23C0649C374938
Octal3403227406111146711170
Binary11100000110100101111000110100100111001101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D23C; }

 p { color: rgb(224,210,60); }

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

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

 a { background-color: rgb(224,210,60); }

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

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

 span { border-color: rgb(224,210,60); }

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