#EDCD99

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

Shades of Chamois #EDCD99

Tints of Chamois #EDCD99

Color information

#EDCD99 (or 0xEDCD99) is unknown color: approx Chamois. HEX triplet: ED, CD and 99. RGB value is (237,205,153). Sum of RGB (Red+Green+Blue) = 237+205+153=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD99 is #123266. Grayscale: #D0D0D0. Windows color (decimal): -1192551 or 10079725. OLE color: 10079725.

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

Color convert

RGB237205153-
CMYK00.140.350.07
HSL37.14º70%76.47%-
HSV(B)37.14º35.44%92.94%-
XYZ62.5163.9739.19-
YUV208.6496.6148.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 153 (60.16% from 255) = 25.71%
R=39.83%
G=34.45%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720515300.140.350.0737.147076.47
HexEDCD990E23725464c
Octal35531523101643745106114
Binary1110110111001101100110010111010001111110010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD99; }

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

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

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

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

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

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

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

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