#EAD945

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

Shades of Starship #EAD945

Tints of Starship #EAD945

Color information

#EAD945 (or 0xEAD945) is unknown color: approx Starship. HEX triplet: EA, D9 and 45. RGB value is (234,217,69). Sum of RGB (Red+Green+Blue) = 234+217+69=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD945 is #1526BA. Grayscale: #CDCDCD. Windows color (decimal): -1386171 or 4577770. OLE color: 4577770.

HSL color Cylindrical-coordinate representation of color #EAD945: hue angle of 53.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAD945 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23421769-
CMYK00.070.710.08
HSL53.82º79.71%59.41%-
HSV(B)53.82º70.51%91.76%-
XYZ59.8267.5515.52-
YUV205.2151.13148.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 69 (27.34% from 255) = 13.27%
R=45%
G=41.73%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342176900.070.710.0853.8279.7159.41
HexEAD9450747836503b
Octal35233110507107106612073
Binary111010101101100110001010111100011110001101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD945; }

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

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

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

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

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

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

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

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