#E9DC42

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

Shades of Starship #E9DC42

Tints of Starship #E9DC42

Color information

#E9DC42 (or 0xE9DC42) is unknown color: approx Starship. HEX triplet: E9, DC and 42. RGB value is (233,220,66). Sum of RGB (Red+Green+Blue) = 233+220+66=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC42 is #1623BD. Grayscale: #CECECE. Windows color (decimal): -1450942 or 4381929. OLE color: 4381929.

HSL color Cylindrical-coordinate representation of color #E9DC42: hue angle of 55.33º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9DC42 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23322066-
CMYK00.060.720.09
HSL55.33º79.15%58.63%-
HSV(B)55.33º71.67%91.37%-
XYZ60.1868.915.28-
YUV206.3348.81147.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 66 (26.17% from 255) = 12.72%
R=44.89%
G=42.39%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332206600.060.720.0955.3379.1558.63
HexE9DC4206489374f3b
Octal35133410206110116711773
Binary111010011101110010000100110100100010011101111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC42; }

 p { color: rgb(233,220,66); }

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

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

 a { background-color: rgb(233,220,66); }

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

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

 span { border-color: rgb(233,220,66); }

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