Html Css Color HEX #EAC704 Golden Poppy

📋 copy color: '#EAC704'

red 234 ◦ green 199 ◦ blue 4

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

Shades of Golden Poppy #EAC704

Tints of Golden Poppy #EAC704

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 53.55%
G = 45.54%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC704 (or 0xEAC704) is known color: Golden Poppy. HEX triplet: EA, C7 and 04. RGB value is (234,199,4). Sum of RGB (Red+Green+Blue) = 234+199+4=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC704 is #1538FB. Grayscale: #BCBCBC. Windows color (decimal): -1390844 or 313322. OLE color: 313322.

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

Color convert

RGB 234 199 4 -
CMYK 0 0.15 0.98 0.08
HSL 50.87º 0.97% 0.47% -
HSV(B) 50.87º 0.98% 0.92% -
XYZ 54.38 58.35 8.51 -
YUV 187.24 24.6 161.36 -
System Red Green Blue C M Y K H S L
Decimal 234 199 4 0 0.15 0.98 0.08 50.87 0.97 0.47
Hex EA C7 4 0 F 62 8 33 61 2F
Octal 352 307 4 0 17 142 10 63 141 57
Binary 11101010 11000111 100 0 1111 1100010 1000 110011 1100001 101111

Color Harmonies of #EAC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC704

Black with #EAC704

Text Example


Text Example

White with #EAC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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