#EBCB98

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

Shades of Chamois #EBCB98

Tints of Chamois #EBCB98

Color information

#EBCB98 (or 0xEBCB98) is unknown color: approx Chamois. HEX triplet: EB, CB and 98. RGB value is (235,203,152). Sum of RGB (Red+Green+Blue) = 235+203+152=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB98 is #143467. Grayscale: #CECECE. Windows color (decimal): -1324136 or 10013675. OLE color: 10013675.

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

Color convert

RGB235203152-
CMYK00.140.350.08
HSL36.87º67.48%75.88%-
HSV(B)36.87º35.32%92.16%-
XYZ61.2862.6438.57-
YUV206.7597.1148.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=39.83%
G=34.41%
B=25.76%

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
Decimal23520315200.140.350.0836.8767.4875.88
HexEBCB980E23825434c
Octal353313230016431045103114
Binary11101011110010111001100001110100011100010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB98; }

 p { color: rgb(235,203,152); }

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

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

 a { background-color: rgb(235,203,152); }

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

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

 span { border-color: rgb(235,203,152); }

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