Shades of Chamois #EED09B
Tints of Chamois #EED09B
RGB
CMYK
RGB Variations
Color information
#EED09B (or 0xEED09B) is known color: Chamois. HEX triplet: EE, D0 and 9B. RGB value is (238,208,155). Sum of RGB (Red+Green+Blue) = 238+208+155=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED09B is #112F64. Grayscale: #D3D3D3. Windows color (decimal): -1126245 or 10211566. OLE color: 10211566.
HSL color Cylindrical-coordinate representation of color #EED09B: hue angle of 38.31º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EED09B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 155 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.07 |
| HSL | 38.31º | 0.71% | 0.77% | - |
| HSV(B) | 38.31º | 0.35% | 0.93% | - |
| XYZ | 63.73 | 65.66 | 40.32 | - |
| YUV | 210.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 155 | 0 | 0.13 | 0.35 | 0.07 | 38.31 | 0.71 | 0.77 |
| Hex | EE | D0 | 9B | 0 | D | 23 | 7 | 26 | 47 | 4D |
| Octal | 356 | 320 | 233 | 0 | 15 | 43 | 7 | 46 | 107 | 115 |
| Binary | 11101110 | 11010000 | 10011011 | 0 | 1101 | 100011 | 111 | 100110 | 1000111 | 1001101 |
Color Harmonies of #EED09B
Complementary color
Monochromatic Colors of #EED09B
Black with #EED09B
Text Example
Text Example
White with #EED09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED09B; }
p { color: rgb(238,208,155); }
H1.HeaderClassName
{
color: #EED09B;
}
.AnyTagClassName
{
color: #EED09B;
}
</style>
background-color css
<style>
a { background-color: #EED09B; }
a { background-color: rgb(238,208,155); }
div.DivClassName
{
background-color: #EED09B;
}
.BgClassName
{
background-color: #EED09B;
}
</style>
border-color css
<style>
span { border-color: #EED09B; }
span { border-color: rgb(238,208,155); }
td.TdClassName
{
border-color: #EED09B;
}
.TagClassName
{
border-color: #EED09B;
}
</style>