Html Css Color HEX #EAC795 Chamois

📋 copy color: '#EAC795'

red 234 ◦ green 199 ◦ blue 149

#EAC795
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chamois #EAC795

Tints of Chamois #EAC795

RGB

 RED value IS 234 (91.8% from 255) = 40.21%

 GREEN value IS 199 (78.13% from 255) = 34.19%

 BLUE value IS 149 (58.59% from 255) = 25.6%

R = 40.21%
G = 34.19%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAC795 (or 0xEAC795) is known color: Chamois. HEX triplet: EA, C7 and 95. RGB value is (234,199,149). Sum of RGB (Red+Green+Blue) = 234+199+149=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC795 is #15386A. Grayscale: #CCCCCC. Windows color (decimal): -1390699 or 9816042. OLE color: 9816042.

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

Color convert

RGB 234 199 149 -
CMYK 0 0.15 0.36 0.08
HSL 35.29º 0.67% 0.75% -
HSV(B) 35.29º 0.36% 0.92% -
XYZ 59.78 60.51 36.96 -
YUV 203.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 234 199 149 0 0.15 0.36 0.08 35.29 0.67 0.75
Hex EA C7 95 0 F 24 8 23 43 4B
Octal 352 307 225 0 17 44 10 43 103 113
Binary 11101010 11000111 10010101 0 1111 100100 1000 100011 1000011 1001011

Color Harmonies of #EAC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC795

Black with #EAC795

Text Example


Text Example

White with #EAC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC795; }

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

 H1.HeaderClassName
 {
   color: #EAC795;
 }
 .AnyTagClassName
 {
   color: #EAC795;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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