#EBCC97

Color #EBCC97 Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #EBCC97

Tints of Chamois #EBCC97

Color information

#EBCC97 (or 0xEBCC97) is unknown color: approx Chamois. HEX triplet: EB, CC and 97. RGB value is (235,204,151). Sum of RGB (Red+Green+Blue) = 235+204+151=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC97 is #143368. Grayscale: #CFCFCF. Windows color (decimal): -1323881 or 9948395. OLE color: 9948395.

HSL color Cylindrical-coordinate representation of color #EBCC97: hue angle of 37.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBCC97 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235204151-
CMYK00.130.360.08
HSL37.86º67.74%75.69%-
HSV(B)37.86º35.74%92.16%-
XYZ61.4463.0838.22-
YUV207.2396.27147.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 151 (59.38% from 255) = 25.59%
R=39.83%
G=34.58%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520415100.130.360.0837.8667.7475.69
HexEBCC970D24826444c
Octal353314227015441046104114
Binary11101011110011001001011101101100100100010011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC97; }

 p { color: rgb(235,204,151); }

 H1.HeaderClassName
 {
   color: #EBCC97;
 }
 .AnyTagClassName
 {
   color: #EBCC97;
 }
</style>
background-color css

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

 a { background-color: rgb(235,204,151); }

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

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

 span { border-color: rgb(235,204,151); }

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