#EDCD93

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

Shades of Chamois #EDCD93

Tints of Chamois #EDCD93

Color information

#EDCD93 (or 0xEDCD93) is unknown color: approx Chamois. HEX triplet: ED, CD and 93. RGB value is (237,205,147). Sum of RGB (Red+Green+Blue) = 237+205+147=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD93 is #12326C. Grayscale: #D0D0D0. Windows color (decimal): -1192557 or 9686509. OLE color: 9686509.

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

Color convert

RGB237205147-
CMYK00.140.380.07
HSL38.67º71.43%75.29%-
HSV(B)38.67º37.97%92.94%-
XYZ62.0263.7736.64-
YUV207.9693.6148.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 147 (57.81% from 255) = 24.96%
R=40.24%
G=34.80%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720514700.140.380.0738.6771.4375.29
HexEDCD930E26727474b
Octal35531522301646747107113
Binary1110110111001101100100110111010011011110011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD93; }

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

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

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

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

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

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

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

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