Html Css Color HEX #EACB04 Golden Poppy

📋 copy color: '#EACB04'

red 234 ◦ green 203 ◦ blue 4

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

Shades of Golden Poppy #EACB04

Tints of Golden Poppy #EACB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.03%

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

R = 53.06%
G = 46.03%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EACB04 (or 0xEACB04) is known color: Golden Poppy. HEX triplet: EA, CB and 04. RGB value is (234,203,4). Sum of RGB (Red+Green+Blue) = 234+203+4=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB04 is #1534FB. Grayscale: #BEBEBE. Windows color (decimal): -1389820 or 314346. OLE color: 314346.

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

Color convert

RGB 234 203 4 -
CMYK 0 0.13 0.98 0.08
HSL 51.91º 0.97% 0.47% -
HSV(B) 51.91º 0.98% 0.92% -
XYZ 55.31 60.21 8.82 -
YUV 189.58 23.27 159.68 -
System Red Green Blue C M Y K H S L
Decimal 234 203 4 0 0.13 0.98 0.08 51.91 0.97 0.47
Hex EA CB 4 0 D 62 8 34 61 2F
Octal 352 313 4 0 15 142 10 64 141 57
Binary 11101010 11001011 100 0 1101 1100010 1000 110100 1100001 101111

Color Harmonies of #EACB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB04

Black with #EACB04

Text Example


Text Example

White with #EACB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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