#E8D53D

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

Shades of Starship #E8D53D

Tints of Starship #E8D53D

Color information

#E8D53D (or 0xE8D53D) is unknown color: approx Starship. HEX triplet: E8, D5 and 3D. RGB value is (232,213,61). Sum of RGB (Red+Green+Blue) = 232+213+61=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D53D is #172AC2. Grayscale: #C9C9C9. Windows color (decimal): -1518275 or 4052456. OLE color: 4052456.

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

Color convert

RGB23221361-
CMYK00.080.740.09
HSL53.33º78.8%57.45%-
HSV(B)53.33º73.71%90.98%-
XYZ57.9265.0813.92-
YUV201.3548.79149.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 213 (83.59% from 255) = 42.09%
BLUE value IS 61 (24.22% from 255) = 12.06%
R=45.85%
G=42.09%
B=12.06%

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
Decimal2322136100.080.740.0953.3378.857.45
HexE8D53D084A9354f39
Octal35032575010112116511771
Binary111010001101010111110101000100101010011101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D53D; }

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

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

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

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

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

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

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

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