Html Css Color HEX #E2CB9D Chamois

📋 copy color: '#E2CB9D'

red 226 ◦ green 203 ◦ blue 157

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

Shades of Chamois #E2CB9D

Tints of Chamois #E2CB9D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.64%

 BLUE value IS 157 (61.72% from 255) = 26.79%

R = 38.57%
G = 34.64%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2CB9D (or 0xE2CB9D) is known color: Chamois. HEX triplet: E2, CB and 9D. RGB value is (226,203,157). Sum of RGB (Red+Green+Blue) = 226+203+157=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB9D is #1D3462. Grayscale: #CCCCCC. Windows color (decimal): -1913955 or 10341346. OLE color: 10341346.

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

Color convert

RGB 226 203 157 -
CMYK 0 0.10 0.31 0.11
HSL 40º 0.54% 0.75% -
HSV(B) 40º 0.31% 0.89% -
XYZ 58.81 61.31 40.63 -
YUV 204.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 226 203 157 0 0.10 0.31 0.11 40 0.54 0.75
Hex E2 CB 9D 0 A 1F B 28 36 4B
Octal 342 313 235 0 12 37 13 50 66 113
Binary 11100010 11001011 10011101 0 1010 11111 1011 101000 110110 1001011

Color Harmonies of #E2CB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB9D

Black with #E2CB9D

Text Example


Text Example

White with #E2CB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB9D; }

 p { color: rgb(226,203,157); }

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

background-color css

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

 a { background-color: rgb(226,203,157); }

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

border-color css

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

 span { border-color: rgb(226,203,157); }

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