#EAC794

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

Shades of Chamois #EAC794

Tints of Chamois #EAC794

Color information

#EAC794 (or 0xEAC794) is unknown color: approx Chamois. HEX triplet: EA, C7 and 94. RGB value is (234,199,148). Sum of RGB (Red+Green+Blue) = 234+199+148=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC794 is #15386B. Grayscale: #CBCBCB. Windows color (decimal): -1390700 or 9750506. OLE color: 9750506.

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

Color convert

RGB234199148-
CMYK00.150.370.08
HSL35.58º67.19%74.9%-
HSV(B)35.58º36.75%91.76%-
XYZ59.760.4836.54-
YUV203.6596.6149.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 148 (58.20% from 255) = 25.47%
R=40.28%
G=34.25%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419914800.150.370.0835.5867.1974.9
HexEAC7940F25824434b
Octal352307224017451044103113
Binary11101010110001111001010001111100101100010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC794; }

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

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

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

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

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

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

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

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