Shades of Chamois #EED392
Tints of Chamois #EED392
RGB
CMYK
RGB Variations
Color information
#EED392 (or 0xEED392) is known color: Chamois. HEX triplet: EE, D3 and 92. RGB value is (238,211,146). Sum of RGB (Red+Green+Blue) = 238+211+146=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED392 is #112C6D. Grayscale: #D3D3D3. Windows color (decimal): -1125486 or 9622510. OLE color: 9622510.
HSL color Cylindrical-coordinate representation of color #EED392: hue angle of 42.39º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EED392 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 146 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.07 |
| HSL | 42.39º | 0.73% | 0.75% | - |
| HSV(B) | 42.39º | 0.39% | 0.93% | - |
| XYZ | 63.74 | 66.84 | 36.74 | - |
| YUV | 211.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 146 | 0 | 0.11 | 0.39 | 0.07 | 42.39 | 0.73 | 0.75 |
| Hex | EE | D3 | 92 | 0 | B | 27 | 7 | 2A | 49 | 4B |
| Octal | 356 | 323 | 222 | 0 | 13 | 47 | 7 | 52 | 111 | 113 |
| Binary | 11101110 | 11010011 | 10010010 | 0 | 1011 | 100111 | 111 | 101010 | 1001001 | 1001011 |
Color Harmonies of #EED392
Complementary color
Monochromatic Colors of #EED392
Black with #EED392
Text Example
Text Example
White with #EED392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED392; }
p { color: rgb(238,211,146); }
H1.HeaderClassName
{
color: #EED392;
}
.AnyTagClassName
{
color: #EED392;
}
</style>
background-color css
<style>
a { background-color: #EED392; }
a { background-color: rgb(238,211,146); }
div.DivClassName
{
background-color: #EED392;
}
.BgClassName
{
background-color: #EED392;
}
</style>
border-color css
<style>
span { border-color: #EED392; }
span { border-color: rgb(238,211,146); }
td.TdClassName
{
border-color: #EED392;
}
.TagClassName
{
border-color: #EED392;
}
</style>