Html Css Color HEX #EABD09 Golden Poppy

📋 copy color: '#EABD09'

red 234 ◦ green 189 ◦ blue 9

#EABD09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EABD09

Tints of Golden Poppy #EABD09

RGB

 RED value IS 234 (91.8% from 255) = 54.17%

 GREEN value IS 189 (74.22% from 255) = 43.75%

 BLUE value IS 9 (3.91% from 255) = 2.08%

R = 54.17%
G = 43.75%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EABD09 (or 0xEABD09) is known color: Golden Poppy. HEX triplet: EA, BD and 09. RGB value is (234,189,9). Sum of RGB (Red+Green+Blue) = 234+189+9=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD09 is #1542F6. Grayscale: #B6B6B6. Windows color (decimal): -1393399 or 638442. OLE color: 638442.

HSL color Cylindrical-coordinate representation of color #EABD09: hue angle of 48º 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 #EABD09 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 9 -
CMYK 0 0.19 0.96 0.08
HSL 48º 0.93% 0.48% -
HSV(B) 48º 0.96% 0.92% -
XYZ 52.18 53.91 7.91 -
YUV 181.94 30.41 165.14 -
System Red Green Blue C M Y K H S L
Decimal 234 189 9 0 0.19 0.96 0.08 48 0.93 0.48
Hex EA BD 9 0 13 60 8 30 5D 30
Octal 352 275 11 0 23 140 10 60 135 60
Binary 11101010 10111101 1001 0 10011 1100000 1000 110000 1011101 110000

Color Harmonies of #EABD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD09

Black with #EABD09

Text Example


Text Example

White with #EABD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD09; }

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

 H1.HeaderClassName
 {
   color: #EABD09;
 }
 .AnyTagClassName
 {
   color: #EABD09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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