#EBCA99

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

Shades of Chamois #EBCA99

Tints of Chamois #EBCA99

Color information

#EBCA99 (or 0xEBCA99) is unknown color: approx Chamois. HEX triplet: EB, CA and 99. RGB value is (235,202,153). Sum of RGB (Red+Green+Blue) = 235+202+153=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA99 is #143566. Grayscale: #CECECE. Windows color (decimal): -1324391 or 10078955. OLE color: 10078955.

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

Color convert

RGB235202153-
CMYK00.140.350.08
HSL35.85º67.21%76.08%-
HSV(B)35.85º34.89%92.16%-
XYZ61.1362.238.92-
YUV206.2897.93148.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 153 (60.16% from 255) = 25.93%
R=39.83%
G=34.24%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520215300.140.350.0835.8567.2176.08
HexEBCA990E23824434c
Octal353312231016431044103114
Binary11101011110010101001100101110100011100010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA99; }

 p { color: rgb(235,202,153); }

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

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

 a { background-color: rgb(235,202,153); }

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

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

 span { border-color: rgb(235,202,153); }

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