#EBCF9A

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

Shades of Chamois #EBCF9A

Tints of Chamois #EBCF9A

Color information

#EBCF9A (or 0xEBCF9A) is unknown color: approx Chamois. HEX triplet: EB, CF and 9A. RGB value is (235,207,154). Sum of RGB (Red+Green+Blue) = 235+207+154=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCF9A is #143065. Grayscale: #D1D1D1. Windows color (decimal): -1323110 or 10145771. OLE color: 10145771.

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

Color convert

RGB235207154-
CMYK00.120.340.08
HSL39.26º66.94%76.27%-
HSV(B)39.26º34.47%92.16%-
XYZ62.4164.6239.76-
YUV209.3396.78146.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=39.43%
G=34.73%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520715400.120.340.0839.2666.9476.27
HexEBCF9A0C22827434c
Octal353317232014421047103114
Binary11101011110011111001101001100100010100010011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF9A; }

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

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

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

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

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

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

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

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