Html Css Color HEX #EABF05 Golden Poppy

📋 copy color: '#EABF05'

red 234 ◦ green 191 ◦ blue 5

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

Shades of Golden Poppy #EABF05

Tints of Golden Poppy #EABF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 54.42%
G = 44.42%
B = 1.16%

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

#EABF05 (or 0xEABF05) is known color: Golden Poppy. HEX triplet: EA, BF and 05. RGB value is (234,191,5). Sum of RGB (Red+Green+Blue) = 234+191+5=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF05 is #1540FA. Grayscale: #B7B7B7. Windows color (decimal): -1392891 or 376810. OLE color: 376810.

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

Color convert

RGB 234 191 5 -
CMYK 0 0.18 0.98 0.08
HSL 48.73º 0.96% 0.47% -
HSV(B) 48.73º 0.98% 0.92% -
XYZ 52.59 54.76 7.94 -
YUV 182.65 27.75 164.62 -
System Red Green Blue C M Y K H S L
Decimal 234 191 5 0 0.18 0.98 0.08 48.73 0.96 0.47
Hex EA BF 5 0 12 62 8 31 60 2F
Octal 352 277 5 0 22 142 10 61 140 57
Binary 11101010 10111111 101 0 10010 1100010 1000 110001 1100000 101111

Color Harmonies of #EABF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF05

Black with #EABF05

Text Example


Text Example

White with #EABF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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