#EABC09

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

Shades of Golden Poppy #EABC09

Tints of Golden Poppy #EABC09

Color information

#EABC09 (or 0xEABC09) is unknown color: approx Golden Poppy. HEX triplet: EA, BC and 09. RGB value is (234,188,9). Sum of RGB (Red+Green+Blue) = 234+188+9=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC09 is #1543F6. Grayscale: #B6B6B6. Windows color (decimal): -1393655 or 638186. OLE color: 638186.

HSL color Cylindrical-coordinate representation of color #EABC09: hue angle of 47.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EABC09 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB2341889-
CMYK00.200.960.08
HSL47.73º92.59%47.65%-
HSV(B)47.73º96.15%91.76%-
XYZ51.9653.487.84-
YUV181.3530.74165.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 9 (3.91% from 255) = 2.09%
R=54.29%
G=43.62%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234188900.200.960.0847.7392.5947.65
HexEABC9014608305d30
Octal35227411024140106013560
Binary11101010101111001001010100110000010001100001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC09; }

 p { color: rgb(234,188,9); }

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

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

 a { background-color: rgb(234,188,9); }

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

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

 span { border-color: rgb(234,188,9); }

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