Shades of Chamois #EED28F
Tints of Chamois #EED28F
RGB
CMYK
RGB Variations
Color information
#EED28F (or 0xEED28F) is known color: Chamois. HEX triplet: EE, D2 and 8F. RGB value is (238,210,143). Sum of RGB (Red+Green+Blue) = 238+210+143=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED28F is #112D70. Grayscale: #D3D3D3. Windows color (decimal): -1125745 or 9425646. OLE color: 9425646.
HSL color Cylindrical-coordinate representation of color #EED28F: hue angle of 42.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED28F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 143 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 42.32º | 0.74% | 0.75% | - |
| HSV(B) | 42.32º | 0.4% | 0.93% | - |
| XYZ | 63.26 | 66.25 | 35.44 | - |
| YUV | 210.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 143 | 0 | 0.12 | 0.40 | 0.07 | 42.32 | 0.74 | 0.75 |
| Hex | EE | D2 | 8F | 0 | C | 28 | 7 | 2A | 4A | 4B |
| Octal | 356 | 322 | 217 | 0 | 14 | 50 | 7 | 52 | 112 | 113 |
| Binary | 11101110 | 11010010 | 10001111 | 0 | 1100 | 101000 | 111 | 101010 | 1001010 | 1001011 |
Color Harmonies of #EED28F
Complementary color
Monochromatic Colors of #EED28F
Black with #EED28F
Text Example
Text Example
White with #EED28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED28F; }
p { color: rgb(238,210,143); }
H1.HeaderClassName
{
color: #EED28F;
}
.AnyTagClassName
{
color: #EED28F;
}
</style>
background-color css
<style>
a { background-color: #EED28F; }
a { background-color: rgb(238,210,143); }
div.DivClassName
{
background-color: #EED28F;
}
.BgClassName
{
background-color: #EED28F;
}
</style>
border-color css
<style>
span { border-color: #EED28F; }
span { border-color: rgb(238,210,143); }
td.TdClassName
{
border-color: #EED28F;
}
.TagClassName
{
border-color: #EED28F;
}
</style>