Html Css Color HEX #EACE96 Chamois

📋 copy color: '#EACE96'

red 234 ◦ green 206 ◦ blue 150

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

Shades of Chamois #EACE96

Tints of Chamois #EACE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 39.66%
G = 34.92%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EACE96 (or 0xEACE96) is known color: Chamois. HEX triplet: EA, CE and 96. RGB value is (234,206,150). Sum of RGB (Red+Green+Blue) = 234+206+150=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE96 is #153169. Grayscale: #D0D0D0. Windows color (decimal): -1388906 or 9883370. OLE color: 9883370.

HSL color Cylindrical-coordinate representation of color #EACE96: hue angle of 40º 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 #EACE96 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 150 -
CMYK 0 0.12 0.36 0.08
HSL 40º 0.67% 0.75% -
HSV(B) 40º 0.36% 0.92% -
XYZ 61.51 63.84 37.93 -
YUV 207.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 234 206 150 0 0.12 0.36 0.08 40 0.67 0.75
Hex EA CE 96 0 C 24 8 28 43 4B
Octal 352 316 226 0 14 44 10 50 103 113
Binary 11101010 11001110 10010110 0 1100 100100 1000 101000 1000011 1001011

Color Harmonies of #EACE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE96

Black with #EACE96

Text Example


Text Example

White with #EACE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE96; }

 p { color: rgb(234,206,150); }

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

background-color css

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

 a { background-color: rgb(234,206,150); }

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

border-color css

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

 span { border-color: rgb(234,206,150); }

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