#EAC572

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

Shades of Chenin #EAC572

Tints of Chenin #EAC572

Color information

#EAC572 (or 0xEAC572) is unknown color: approx Chenin. HEX triplet: EA, C5 and 72. RGB value is (234,197,114). Sum of RGB (Red+Green+Blue) = 234+197+114=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC572 is #153A8D. Grayscale: #C6C6C6. Windows color (decimal): -1391246 or 7521770. OLE color: 7521770.

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

Color convert

RGB234197114-
CMYK00.160.510.08
HSL41.5º74.07%68.24%-
HSV(B)41.5º51.28%91.76%-
XYZ56.9458.6424.24-
YUV198.680.26153.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=42.94%
G=36.15%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419711400.160.510.0841.574.0768.24
HexEAC5720103382a4a44
Octal352305162020631052112104
Binary11101010110001011110010010000110011100010101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC572; }

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

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

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

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

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

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

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

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