#EDCA95

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

Shades of Chamois #EDCA95

Tints of Chamois #EDCA95

Color information

#EDCA95 (or 0xEDCA95) is unknown color: approx Chamois. HEX triplet: ED, CA and 95. RGB value is (237,202,149). Sum of RGB (Red+Green+Blue) = 237+202+149=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA95 is #12356A. Grayscale: #CECECE. Windows color (decimal): -1193323 or 9816813. OLE color: 9816813.

HSL color Cylindrical-coordinate representation of color #EDCA95: hue angle of 36.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDCA95 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237202149-
CMYK00.150.370.07
HSL36.14º70.97%75.69%-
HSV(B)36.14º37.13%92.94%-
XYZ61.4762.4237.24-
YUV206.4295.6149.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=40.31%
G=34.35%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720214900.150.370.0736.1470.9775.69
HexEDCA950F25724474c
Octal35531222501745744107114
Binary1110110111001010100101010111110010111110010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA95; }

 p { color: rgb(237,202,149); }

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

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

 a { background-color: rgb(237,202,149); }

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

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

 span { border-color: rgb(237,202,149); }

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