#EDCD96

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

Shades of Chamois #EDCD96

Tints of Chamois #EDCD96

Color information

#EDCD96 (or 0xEDCD96) is unknown color: approx Chamois. HEX triplet: ED, CD and 96. RGB value is (237,205,150). Sum of RGB (Red+Green+Blue) = 237+205+150=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD96 is #123269. Grayscale: #D0D0D0. Windows color (decimal): -1192554 or 9883117. OLE color: 9883117.

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

Color convert

RGB237205150-
CMYK00.140.370.07
HSL37.93º70.73%75.88%-
HSV(B)37.93º36.71%92.94%-
XYZ62.2663.8737.9-
YUV208.395.1148.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=40.03%
G=34.63%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720515000.140.370.0737.9370.7375.88
HexEDCD960E25726474c
Octal35531522601645746107114
Binary1110110111001101100101100111010010111110011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD96; }

 p { color: rgb(237,205,150); }

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

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

 a { background-color: rgb(237,205,150); }

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

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

 span { border-color: rgb(237,205,150); }

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