#EDCF9C

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

Shades of Chamois #EDCF9C

Tints of Chamois #EDCF9C

Color information

#EDCF9C (or 0xEDCF9C) is unknown color: approx Chamois. HEX triplet: ED, CF and 9C. RGB value is (237,207,156). Sum of RGB (Red+Green+Blue) = 237+207+156=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF9C is #123063. Grayscale: #D2D2D2. Windows color (decimal): -1192036 or 10276845. OLE color: 10276845.

HSL color Cylindrical-coordinate representation of color #EDCF9C: hue angle of 37.78º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDCF9C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237207156-
CMYK00.130.340.07
HSL37.78º69.23%77.06%-
HSV(B)37.78º34.18%92.94%-
XYZ63.2465.0340.67-
YUV210.1697.44147.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 156 (61.33% from 255) = 26%
R=39.5%
G=34.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720715600.130.340.0737.7869.2377.06
HexEDCF9C0D22726454d
Octal35531723401542746105115
Binary1110110111001111100111000110110001011110011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF9C; }

 p { color: rgb(237,207,156); }

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

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

 a { background-color: rgb(237,207,156); }

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

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

 span { border-color: rgb(237,207,156); }

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