Html Css Color HEX #EABF09 Golden Poppy

📋 copy color: '#EABF09'

red 234 ◦ green 191 ◦ blue 9

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

Shades of Golden Poppy #EABF09

Tints of Golden Poppy #EABF09

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 53.92%
G = 44.01%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EABF09 (or 0xEABF09) is known color: Golden Poppy. HEX triplet: EA, BF and 09. RGB value is (234,191,9). Sum of RGB (Red+Green+Blue) = 234+191+9=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF09 is #1540F6. Grayscale: #B7B7B7. Windows color (decimal): -1392887 or 638954. OLE color: 638954.

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

Color convert

RGB 234 191 9 -
CMYK 0 0.18 0.96 0.08
HSL 48.53º 0.93% 0.48% -
HSV(B) 48.53º 0.96% 0.92% -
XYZ 52.61 54.77 8.06 -
YUV 183.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 234 191 9 0 0.18 0.96 0.08 48.53 0.93 0.48
Hex EA BF 9 0 12 60 8 31 5D 30
Octal 352 277 11 0 22 140 10 61 135 60
Binary 11101010 10111111 1001 0 10010 1100000 1000 110001 1011101 110000

Color Harmonies of #EABF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF09

Black with #EABF09

Text Example


Text Example

White with #EABF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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