#edcf94

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

Shades of Chamois #EDCF94

Tints of Chamois #EDCF94

Color information

#EDCF94 (or 0xEDCF94) is unknown color: approx Chamois. HEX triplet: ED, CF and 94. RGB value is (237,207,148). Sum of RGB (Red+Green+Blue) = 237+207+148=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF94 is #12306B. Grayscale: #D1D1D1. Windows color (decimal): -1192044 or 9752557. OLE color: 9752557.

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

Color convert

RGB237207148-
CMYK00.130.380.07
HSL39.78º71.2%75.49%-
HSV(B)39.78º37.55%92.94%-
XYZ62.5864.7737.22-
YUV209.2493.44147.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 148 (58.20% from 255) = 25%
R=40.03%
G=34.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720714800.130.380.0739.7871.275.49
HexEDCF940D26728474b
Octal35531722401546750107113
Binary1110110111001111100101000110110011011110100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edcf94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edcf94; }

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

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

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

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

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

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

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

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