#EDC992

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

Shades of Chamois #EDC992

Tints of Chamois #EDC992

Color information

#EDC992 (or 0xEDC992) is unknown color: approx Chamois. HEX triplet: ED, C9 and 92. RGB value is (237,201,146). Sum of RGB (Red+Green+Blue) = 237+201+146=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC992 is #12366D. Grayscale: #CDCDCD. Windows color (decimal): -1193582 or 9619949. OLE color: 9619949.

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

Color convert

RGB237201146-
CMYK00.150.380.07
HSL36.26º71.65%75.1%-
HSV(B)36.26º38.4%92.94%-
XYZ6161.8535.92-
YUV205.4994.43150.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 146 (57.42% from 255) = 25%
R=40.58%
G=34.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720114600.150.380.0736.2671.6575.1
HexEDC9920F26724484b
Octal35531122201746744110113
Binary1110110111001001100100100111110011011110010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC992; }

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

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

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

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

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

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

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

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