#E8D945

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

Shades of Starship #E8D945

Tints of Starship #E8D945

Color information

#E8D945 (or 0xE8D945) is unknown color: approx Starship. HEX triplet: E8, D9 and 45. RGB value is (232,217,69). Sum of RGB (Red+Green+Blue) = 232+217+69=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D945 is #1726BA. Grayscale: #CDCDCD. Windows color (decimal): -1517243 or 4577768. OLE color: 4577768.

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

Color convert

RGB23221769-
CMYK00.060.700.09
HSL54.48º77.99%59.02%-
HSV(B)54.48º70.26%90.98%-
XYZ59.1767.2115.48-
YUV204.6151.47147.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.79%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 69 (27.34% from 255) = 13.32%
R=44.79%
G=41.89%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322176900.060.700.0954.4877.9959.02
HexE8D94506469364e3b
Octal35033110506106116611673
Binary111010001101100110001010110100011010011101101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D945; }

 p { color: rgb(232,217,69); }

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

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

 a { background-color: rgb(232,217,69); }

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

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

 span { border-color: rgb(232,217,69); }

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