Html Css Color HEX #EABF08 Golden Poppy

📋 copy color: '#EABF08'

red 234 ◦ green 191 ◦ blue 8

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

Shades of Golden Poppy #EABF08

Tints of Golden Poppy #EABF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.85%

R = 54.04%
G = 44.11%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EABF08 (or 0xEABF08) is known color: Golden Poppy. HEX triplet: EA, BF and 08. RGB value is (234,191,8). Sum of RGB (Red+Green+Blue) = 234+191+8=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF08 is #1540F7. Grayscale: #B7B7B7. Windows color (decimal): -1392888 or 573418. OLE color: 573418.

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

Color convert

RGB 234 191 8 -
CMYK 0 0.18 0.97 0.08
HSL 48.58º 0.93% 0.47% -
HSV(B) 48.58º 0.97% 0.92% -
XYZ 52.61 54.77 8.03 -
YUV 183 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 234 191 8 0 0.18 0.97 0.08 48.58 0.93 0.47
Hex EA BF 8 0 12 61 8 31 5D 2F
Octal 352 277 10 0 22 141 10 61 135 57
Binary 11101010 10111111 1000 0 10010 1100001 1000 110001 1011101 101111

Color Harmonies of #EABF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF08

Black with #EABF08

Text Example


Text Example

White with #EABF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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