Html Css Color HEX #E2CCA0 Chamois

📋 copy color: '#E2CCA0'

red 226 ◦ green 204 ◦ blue 160

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

Shades of Chamois #E2CCA0

Tints of Chamois #E2CCA0

RGB

 RED value IS 226 (88.67% from 255) = 38.31%

 GREEN value IS 204 (80.08% from 255) = 34.58%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 38.31%
G = 34.58%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E2CCA0 (or 0xE2CCA0) is known color: Chamois. HEX triplet: E2, CC and A0. RGB value is (226,204,160). Sum of RGB (Red+Green+Blue) = 226+204+160=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCA0 is #1D335F. Grayscale: #CDCDCD. Windows color (decimal): -1913696 or 10538210. OLE color: 10538210.

HSL color Cylindrical-coordinate representation of color #E2CCA0: hue angle of 40º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2CCA0 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 160 -
CMYK 0 0.10 0.29 0.11
HSL 40º 0.53% 0.76% -
HSV(B) 40º 0.29% 0.89% -
XYZ 59.3 61.89 42.08 -
YUV 205.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 226 204 160 0 0.10 0.29 0.11 40 0.53 0.76
Hex E2 CC A0 0 A 1D B 28 35 4C
Octal 342 314 240 0 12 35 13 50 65 114
Binary 11100010 11001100 10100000 0 1010 11101 1011 101000 110101 1001100

Color Harmonies of #E2CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCA0

Black with #E2CCA0

Text Example


Text Example

White with #E2CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCA0; }

 p { color: rgb(226,204,160); }

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

background-color css

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

 a { background-color: rgb(226,204,160); }

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

border-color css

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

 span { border-color: rgb(226,204,160); }

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