Html Css Color HEX #E6CA9E Chamois

📋 copy color: '#E6CA9E'

red 230 ◦ green 202 ◦ blue 158

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

Shades of Chamois #E6CA9E

Tints of Chamois #E6CA9E

RGB

 RED value IS 230 (90.23% from 255) = 38.98%

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 158 (62.11% from 255) = 26.78%

R = 38.98%
G = 34.24%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6CA9E (or 0xE6CA9E) is known color: Chamois. HEX triplet: E6, CA and 9E. RGB value is (230,202,158). Sum of RGB (Red+Green+Blue) = 230+202+158=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA9E is #193561. Grayscale: #CDCDCD. Windows color (decimal): -1652066 or 10406630. OLE color: 10406630.

HSL color Cylindrical-coordinate representation of color #E6CA9E: hue angle of 36.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6CA9E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 158 -
CMYK 0 0.12 0.31 0.10
HSL 36.67º 0.59% 0.76% -
HSV(B) 36.67º 0.31% 0.9% -
XYZ 59.93 61.53 41.07 -
YUV 205.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 230 202 158 0 0.12 0.31 0.10 36.67 0.59 0.76
Hex E6 CA 9E 0 C 1F A 25 3B 4C
Octal 346 312 236 0 14 37 12 45 73 114
Binary 11100110 11001010 10011110 0 1100 11111 1010 100101 111011 1001100

Color Harmonies of #E6CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA9E

Black with #E6CA9E

Text Example


Text Example

White with #E6CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA9E; }

 p { color: rgb(230,202,158); }

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

background-color css

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

 a { background-color: rgb(230,202,158); }

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

border-color css

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

 span { border-color: rgb(230,202,158); }

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