#EBCC9A

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

Shades of Chamois #EBCC9A

Tints of Chamois #EBCC9A

Color information

#EBCC9A (or 0xEBCC9A) is unknown color: approx Chamois. HEX triplet: EB, CC and 9A. RGB value is (235,204,154). Sum of RGB (Red+Green+Blue) = 235+204+154=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC9A is #143365. Grayscale: #CFCFCF. Windows color (decimal): -1323878 or 10145003. OLE color: 10145003.

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

Color convert

RGB235204154-
CMYK00.130.340.08
HSL37.04º66.94%76.27%-
HSV(B)37.04º34.47%92.16%-
XYZ61.6963.1839.52-
YUV207.5797.77147.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=39.63%
G=34.40%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520415400.130.340.0837.0466.9476.27
HexEBCC9A0D22825434c
Octal353314232015421045103114
Binary11101011110011001001101001101100010100010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC9A; }

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

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

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

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

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

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

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

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