#E9D53D

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

Shades of Starship #E9D53D

Tints of Starship #E9D53D

Color information

#E9D53D (or 0xE9D53D) is unknown color: approx Starship. HEX triplet: E9, D5 and 3D. RGB value is (233,213,61). Sum of RGB (Red+Green+Blue) = 233+213+61=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D53D is #162AC2. Grayscale: #CACACA. Windows color (decimal): -1452739 or 4052457. OLE color: 4052457.

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

Color convert

RGB23321361-
CMYK00.090.740.09
HSL53.02º79.63%57.65%-
HSV(B)53.02º73.82%91.37%-
XYZ58.2465.2513.94-
YUV201.6548.63150.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 61 (24.22% from 255) = 12.03%
R=45.96%
G=42.01%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332136100.090.740.0953.0279.6357.65
HexE9D53D094A935503a
Octal35132575011112116512072
Binary111010011101010111110101001100101010011101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D53D; }

 p { color: rgb(233,213,61); }

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

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

 a { background-color: rgb(233,213,61); }

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

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

 span { border-color: rgb(233,213,61); }

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