Html Css Color HEX #EAC896 Chamois

📋 copy color: '#EAC896'

red 234 ◦ green 200 ◦ blue 150

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

Shades of Chamois #EAC896

Tints of Chamois #EAC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.25%

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

R = 40.07%
G = 34.25%
B = 25.68%

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

#EAC896 (or 0xEAC896) is known color: Chamois. HEX triplet: EA, C8 and 96. RGB value is (234,200,150). Sum of RGB (Red+Green+Blue) = 234+200+150=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC896 is #153769. Grayscale: #CCCCCC. Windows color (decimal): -1390442 or 9881834. OLE color: 9881834.

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

Color convert

RGB 234 200 150 -
CMYK 0 0.15 0.36 0.08
HSL 35.71º 0.67% 0.75% -
HSV(B) 35.71º 0.36% 0.92% -
XYZ 60.09 61 37.46 -
YUV 204.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 234 200 150 0 0.15 0.36 0.08 35.71 0.67 0.75
Hex EA C8 96 0 F 24 8 24 43 4B
Octal 352 310 226 0 17 44 10 44 103 113
Binary 11101010 11001000 10010110 0 1111 100100 1000 100100 1000011 1001011

Color Harmonies of #EAC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC896

Black with #EAC896

Text Example


Text Example

White with #EAC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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