#E9D63C

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

Shades of Starship #E9D63C

Tints of Starship #E9D63C

Color information

#E9D63C (or 0xE9D63C) is unknown color: approx Starship. HEX triplet: E9, D6 and 3C. RGB value is (233,214,60). Sum of RGB (Red+Green+Blue) = 233+214+60=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D63C is #1629C3. Grayscale: #CACACA. Windows color (decimal): -1452484 or 3987177. OLE color: 3987177.

HSL color Cylindrical-coordinate representation of color #E9D63C: hue angle of 53.41º 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 #E9D63C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23321460-
CMYK00.080.740.09
HSL53.41º79.72%57.45%-
HSV(B)53.41º74.25%91.37%-
XYZ58.4765.7413.88-
YUV202.1247.79150.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 60 (23.83% from 255) = 11.83%
R=45.96%
G=42.21%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332146000.080.740.0953.4179.7257.45
HexE9D63C084A9355039
Octal35132674010112116512071
Binary111010011101011011110001000100101010011101011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D63C; }

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

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

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

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

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

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

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

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