Html Css Color HEX #EABA04 Golden Poppy

📋 copy color: '#EABA04'

red 234 ◦ green 186 ◦ blue 4

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

Shades of Golden Poppy #EABA04

Tints of Golden Poppy #EABA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

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

R = 55.19%
G = 43.87%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EABA04 (or 0xEABA04) is known color: Golden Poppy. HEX triplet: EA, BA and 04. RGB value is (234,186,4). Sum of RGB (Red+Green+Blue) = 234+186+4=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA04 is #1545FB. Grayscale: #B4B4B4. Windows color (decimal): -1394172 or 309994. OLE color: 309994.

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

Color convert

RGB 234 186 4 -
CMYK 0 0.21 0.98 0.08
HSL 47.48º 0.97% 0.47% -
HSV(B) 47.48º 0.98% 0.92% -
XYZ 51.51 52.62 7.56 -
YUV 179.6 28.9 166.8 -
System Red Green Blue C M Y K H S L
Decimal 234 186 4 0 0.21 0.98 0.08 47.48 0.97 0.47
Hex EA BA 4 0 15 62 8 2F 61 2F
Octal 352 272 4 0 25 142 10 57 141 57
Binary 11101010 10111010 100 0 10101 1100010 1000 101111 1100001 101111

Color Harmonies of #EABA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA04

Black with #EABA04

Text Example


Text Example

White with #EABA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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