Html Css Color HEX #EABC04 Golden Poppy

📋 copy color: '#EABC04'

red 234 ◦ green 188 ◦ blue 4

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

Shades of Golden Poppy #EABC04

Tints of Golden Poppy #EABC04

RGB

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

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

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

R = 54.93%
G = 44.13%
B = 0.94%

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

#EABC04 (or 0xEABC04) is known color: Golden Poppy. HEX triplet: EA, BC and 04. RGB value is (234,188,4). Sum of RGB (Red+Green+Blue) = 234+188+4=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC04 is #1543FB. Grayscale: #B5B5B5. Windows color (decimal): -1393660 or 310506. OLE color: 310506.

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

Color convert

RGB 234 188 4 -
CMYK 0 0.20 0.98 0.08
HSL 48º 0.97% 0.47% -
HSV(B) 48º 0.98% 0.92% -
XYZ 51.94 53.47 7.7 -
YUV 180.78 28.24 165.96 -
System Red Green Blue C M Y K H S L
Decimal 234 188 4 0 0.20 0.98 0.08 48 0.97 0.47
Hex EA BC 4 0 14 62 8 30 61 2F
Octal 352 274 4 0 24 142 10 60 141 57
Binary 11101010 10111100 100 0 10100 1100010 1000 110000 1100001 101111

Color Harmonies of #EABC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC04

Black with #EABC04

Text Example


Text Example

White with #EABC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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