Html Css Color HEX #EABB04 Golden Poppy

📋 copy color: '#EABB04'

red 234 ◦ green 187 ◦ blue 4

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

Shades of Golden Poppy #EABB04

Tints of Golden Poppy #EABB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 55.06%
G = 44%
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

#EABB04 (or 0xEABB04) is known color: Golden Poppy. HEX triplet: EA, BB and 04. RGB value is (234,187,4). Sum of RGB (Red+Green+Blue) = 234+187+4=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB04 is #1544FB. Grayscale: #B4B4B4. Windows color (decimal): -1393916 or 310250. OLE color: 310250.

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

Color convert

RGB 234 187 4 -
CMYK 0 0.20 0.98 0.08
HSL 47.74º 0.97% 0.47% -
HSV(B) 47.74º 0.98% 0.92% -
XYZ 51.72 53.04 7.63 -
YUV 180.19 28.57 166.38 -
System Red Green Blue C M Y K H S L
Decimal 234 187 4 0 0.20 0.98 0.08 47.74 0.97 0.47
Hex EA BB 4 0 14 62 8 30 61 2F
Octal 352 273 4 0 24 142 10 60 141 57
Binary 11101010 10111011 100 0 10100 1100010 1000 110000 1100001 101111

Color Harmonies of #EABB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB04

Black with #EABB04

Text Example


Text Example

White with #EABB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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