#EDC892

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

Shades of Chamois #EDC892

Tints of Chamois #EDC892

Color information

#EDC892 (or 0xEDC892) is unknown color: approx Chamois. HEX triplet: ED, C8 and 92. RGB value is (237,200,146). Sum of RGB (Red+Green+Blue) = 237+200+146=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC892 is #12376D. Grayscale: #CDCDCD. Windows color (decimal): -1193838 or 9619693. OLE color: 9619693.

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

Color convert

RGB237200146-
CMYK00.160.380.07
HSL35.6º71.65%75.1%-
HSV(B)35.6º38.4%92.94%-
XYZ60.7761.3935.84-
YUV204.9194.76150.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 146 (57.42% from 255) = 25.04%
R=40.65%
G=34.31%
B=25.04%

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
Decimal23720014600.160.380.0735.671.6575.1
HexEDC89201026724484b
Octal35531022202046744110113
Binary11101101110010001001001001000010011011110010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC892; }

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

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

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

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

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

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

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

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