#EDCB92

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

Shades of Chamois #EDCB92

Tints of Chamois #EDCB92

Color information

#EDCB92 (or 0xEDCB92) is unknown color: approx Chamois. HEX triplet: ED, CB and 92. RGB value is (237,203,146). Sum of RGB (Red+Green+Blue) = 237+203+146=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB92 is #12346D. Grayscale: #CECECE. Windows color (decimal): -1193070 or 9620461. OLE color: 9620461.

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

Color convert

RGB237203146-
CMYK00.140.380.07
HSL37.58º71.65%75.1%-
HSV(B)37.58º38.4%92.94%-
XYZ61.4762.7936.07-
YUV206.6793.76149.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 24.91%
R=40.44%
G=34.64%
B=24.91%

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
Decimal23720314600.140.380.0737.5871.6575.1
HexEDCB920E26726484b
Octal35531322201646746110113
Binary1110110111001011100100100111010011011110011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB92; }

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

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

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

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

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

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

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

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