#EAC672

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

Shades of Chenin #EAC672

Tints of Chenin #EAC672

Color information

#EAC672 (or 0xEAC672) is unknown color: approx Chenin. HEX triplet: EA, C6 and 72. RGB value is (234,198,114). Sum of RGB (Red+Green+Blue) = 234+198+114=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC672 is #15398D. Grayscale: #C7C7C7. Windows color (decimal): -1390990 or 7522026. OLE color: 7522026.

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

Color convert

RGB234198114-
CMYK00.150.510.08
HSL42º74.07%68.24%-
HSV(B)42º51.28%91.76%-
XYZ57.1659.124.31-
YUV199.1979.93152.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=42.86%
G=36.26%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419811400.150.510.084274.0768.24
HexEAC6720F3382a4a44
Octal352306162017631052112104
Binary1110101011000110111001001111110011100010101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC672; }

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

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

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

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

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

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

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

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