Html Css Color HEX #EABF04 Golden Poppy

📋 copy color: '#EABF04'

red 234 ◦ green 191 ◦ blue 4

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

Shades of Golden Poppy #EABF04

Tints of Golden Poppy #EABF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 54.55%
G = 44.52%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EABF04 (or 0xEABF04) is known color: Golden Poppy. HEX triplet: EA, BF and 04. RGB value is (234,191,4). Sum of RGB (Red+Green+Blue) = 234+191+4=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF04 is #1540FB. Grayscale: #B7B7B7. Windows color (decimal): -1392892 or 311274. OLE color: 311274.

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

Color convert

RGB 234 191 4 -
CMYK 0 0.18 0.98 0.08
HSL 48.78º 0.97% 0.47% -
HSV(B) 48.78º 0.98% 0.92% -
XYZ 52.58 54.76 7.91 -
YUV 182.54 27.25 164.71 -
System Red Green Blue C M Y K H S L
Decimal 234 191 4 0 0.18 0.98 0.08 48.78 0.97 0.47
Hex EA BF 4 0 12 62 8 31 61 2F
Octal 352 277 4 0 22 142 10 61 141 57
Binary 11101010 10111111 100 0 10010 1100010 1000 110001 1100001 101111

Color Harmonies of #EABF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF04

Black with #EABF04

Text Example


Text Example

White with #EABF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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