#EAC473

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

Shades of Chenin #EAC473

Tints of Chenin #EAC473

Color information

#EAC473 (or 0xEAC473) is unknown color: approx Chenin. HEX triplet: EA, C4 and 73. RGB value is (234,196,115). Sum of RGB (Red+Green+Blue) = 234+196+115=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC473 is #153B8C. Grayscale: #C6C6C6. Windows color (decimal): -1391501 or 7587050. OLE color: 7587050.

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

Color convert

RGB234196115-
CMYK00.160.510.08
HSL40.84º73.91%68.43%-
HSV(B)40.84º50.85%91.76%-
XYZ56.7758.2124.46-
YUV198.1381.09153.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 115 (45.31% from 255) = 21.10%
R=42.94%
G=35.96%
B=21.10%

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
Decimal23419611500.160.510.0840.8473.9168.43
HexEAC473010338294a44
Octal352304163020631051112104
Binary11101010110001001110011010000110011100010100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC473; }

 p { color: rgb(234,196,115); }

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

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

 a { background-color: rgb(234,196,115); }

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

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

 span { border-color: rgb(234,196,115); }

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