#E9DD3C

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

Shades of Starship #E9DD3C

Tints of Starship #E9DD3C

Color information

#E9DD3C (or 0xE9DD3C) is unknown color: approx Starship. HEX triplet: E9, DD and 3C. RGB value is (233,221,60). Sum of RGB (Red+Green+Blue) = 233+221+60=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD3C is #1622C3. Grayscale: #CECECE. Windows color (decimal): -1450692 or 3988969. OLE color: 3988969.

HSL color Cylindrical-coordinate representation of color #E9DD3C: hue angle of 55.84º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9DD3C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23322160-
CMYK00.050.740.09
HSL55.84º79.72%57.45%-
HSV(B)55.84º74.25%91.37%-
XYZ60.2869.3614.49-
YUV206.2345.48147.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 60 (23.83% from 255) = 11.67%
R=45.33%
G=43.00%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332216000.050.740.0955.8479.7257.45
HexE9DD3C054A9385039
Octal3513357405112117012071
Binary11101001110111011111000101100101010011110001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD3C; }

 p { color: rgb(233,221,60); }

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

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

 a { background-color: rgb(233,221,60); }

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

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

 span { border-color: rgb(233,221,60); }

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