Html Css Color HEX #EABF00 Golden Poppy

📋 copy color: '#EABF00'

red 234 ◦ green 191 ◦ blue 0

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

Shades of Golden Poppy #EABF00

Tints of Golden Poppy #EABF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.06%
G = 44.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EABF00 (or 0xEABF00) is known color: Golden Poppy. HEX triplet: EA, BF and 00. RGB value is (234,191,0). Sum of RGB (Red+Green+Blue) = 234+191+0=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF00 is #1540FF. Grayscale: #B6B6B6. Windows color (decimal): -1392896 or 49130. OLE color: 49130.

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

Color convert

RGB 234 191 0 -
CMYK 0 0.18 1 0.08
HSL 48.97º 1% 0.46% -
HSV(B) 48.97º 1% 0.92% -
XYZ 52.56 54.75 7.8 -
YUV 182.08 25.25 165.03 -
System Red Green Blue C M Y K H S L
Decimal 234 191 0 0 0.18 1 0.08 48.97 1 0.46
Hex EA BF 0 0 12 64 8 31 64 2E
Octal 352 277 0 0 22 144 10 61 144 56
Binary 11101010 10111111 0 0 10010 1100100 1000 110001 1100100 101110

Color Harmonies of #EABF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF00

Black with #EABF00

Text Example


Text Example

White with #EABF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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