#EDC894

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

Shades of Chamois #EDC894

Tints of Chamois #EDC894

Color information

#EDC894 (or 0xEDC894) is unknown color: approx Chamois. HEX triplet: ED, C8 and 94. RGB value is (237,200,148). Sum of RGB (Red+Green+Blue) = 237+200+148=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC894 is #12376B. Grayscale: #CDCDCD. Windows color (decimal): -1193836 or 9750765. OLE color: 9750765.

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

Color convert

RGB237200148-
CMYK00.160.380.07
HSL35.06º71.2%75.49%-
HSV(B)35.06º37.55%92.94%-
XYZ60.9261.4536.67-
YUV205.1495.76150.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=40.51%
G=34.19%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720014800.160.380.0735.0671.275.49
HexEDC89401026723474b
Octal35531022402046743107113
Binary11101101110010001001010001000010011011110001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC894; }

 p { color: rgb(237,200,148); }

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

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

 a { background-color: rgb(237,200,148); }

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

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

 span { border-color: rgb(237,200,148); }

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