Html Css Color HEX #EABC05 Golden Poppy

📋 copy color: '#EABC05'

red 234 ◦ green 188 ◦ blue 5

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

Shades of Golden Poppy #EABC05

Tints of Golden Poppy #EABC05

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

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

R = 54.8%
G = 44.03%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EABC05 (or 0xEABC05) is known color: Golden Poppy. HEX triplet: EA, BC and 05. RGB value is (234,188,5). Sum of RGB (Red+Green+Blue) = 234+188+5=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC05 is #1543FA. Grayscale: #B5B5B5. Windows color (decimal): -1393659 or 376042. OLE color: 376042.

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

Color convert

RGB 234 188 5 -
CMYK 0 0.20 0.98 0.08
HSL 47.95º 0.96% 0.47% -
HSV(B) 47.95º 0.98% 0.92% -
XYZ 51.94 53.47 7.73 -
YUV 180.89 28.74 165.88 -
System Red Green Blue C M Y K H S L
Decimal 234 188 5 0 0.20 0.98 0.08 47.95 0.96 0.47
Hex EA BC 5 0 14 62 8 30 60 2F
Octal 352 274 5 0 24 142 10 60 140 57
Binary 11101010 10111100 101 0 10100 1100010 1000 110000 1100000 101111

Color Harmonies of #EABC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC05

Black with #EABC05

Text Example


Text Example

White with #EABC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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