Html Css Color HEX #EAC706 Golden Poppy

📋 copy color: '#EAC706'

red 234 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #EAC706

Tints of Golden Poppy #EAC706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 53.3%
G = 45.33%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC706 (or 0xEAC706) is known color: Golden Poppy. HEX triplet: EA, C7 and 06. RGB value is (234,199,6). Sum of RGB (Red+Green+Blue) = 234+199+6=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC706 is #1538F9. Grayscale: #BCBCBC. Windows color (decimal): -1390842 or 444394. OLE color: 444394.

HSL color Cylindrical-coordinate representation of color #EAC706: hue angle of 50.79º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAC706 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 6 -
CMYK 0 0.15 0.97 0.08
HSL 50.79º 0.95% 0.47% -
HSV(B) 50.79º 0.97% 0.92% -
XYZ 54.39 58.35 8.57 -
YUV 187.46 25.6 161.19 -
System Red Green Blue C M Y K H S L
Decimal 234 199 6 0 0.15 0.97 0.08 50.79 0.95 0.47
Hex EA C7 6 0 F 61 8 33 5F 2F
Octal 352 307 6 0 17 141 10 63 137 57
Binary 11101010 11000111 110 0 1111 1100001 1000 110011 1011111 101111

Color Harmonies of #EAC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC706

Black with #EAC706

Text Example


Text Example

White with #EAC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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