#EAC571

Color #EAC571 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #EAC571

Tints of Chenin #EAC571

Color information

#EAC571 (or 0xEAC571) is unknown color: approx Chenin. HEX triplet: EA, C5 and 71. RGB value is (234,197,113). Sum of RGB (Red+Green+Blue) = 234+197+113=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC571 is #153A8E. Grayscale: #C6C6C6. Windows color (decimal): -1391247 or 7456234. OLE color: 7456234.

HSL color Cylindrical-coordinate representation of color #EAC571: hue angle of 41.65º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC571 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234197113-
CMYK00.160.520.08
HSL41.65º74.23%68.04%-
HSV(B)41.65º51.71%91.76%-
XYZ56.8858.6223.94-
YUV198.4979.76153.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=43.01%
G=36.21%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419711300.160.520.0841.6574.2368.04
HexEAC5710103482a4a44
Octal352305161020641052112104
Binary11101010110001011110001010000110100100010101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC571; }

 p { color: rgb(234,197,113); }

 H1.HeaderClassName
 {
   color: #EAC571;
 }
 .AnyTagClassName
 {
   color: #EAC571;
 }
</style>
background-color css

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

 a { background-color: rgb(234,197,113); }

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

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

 span { border-color: rgb(234,197,113); }

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