Shades of Chamois #EFD09B
Tints of Chamois #EFD09B
RGB
CMYK
RGB Variations
Color information
#EFD09B (or 0xEFD09B) is known color: Chamois. HEX triplet: EF, D0 and 9B. RGB value is (239,208,155). Sum of RGB (Red+Green+Blue) = 239+208+155=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD09B is #102F64. Grayscale: #D3D3D3. Windows color (decimal): -1060709 or 10211567. OLE color: 10211567.
HSL color Cylindrical-coordinate representation of color #EFD09B: hue angle of 37.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFD09B is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 155 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.06 |
| HSL | 37.86º | 0.72% | 0.77% | - |
| HSV(B) | 37.86º | 0.35% | 0.94% | - |
| XYZ | 64.07 | 65.83 | 40.34 | - |
| YUV | 211.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 155 | 0 | 0.13 | 0.35 | 0.06 | 37.86 | 0.72 | 0.77 |
| Hex | EF | D0 | 9B | 0 | D | 23 | 6 | 26 | 48 | 4D |
| Octal | 357 | 320 | 233 | 0 | 15 | 43 | 6 | 46 | 110 | 115 |
| Binary | 11101111 | 11010000 | 10011011 | 0 | 1101 | 100011 | 110 | 100110 | 1001000 | 1001101 |
Color Harmonies of #EFD09B
Complementary color
Monochromatic Colors of #EFD09B
Black with #EFD09B
Text Example
Text Example
White with #EFD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD09B; }
p { color: rgb(239,208,155); }
H1.HeaderClassName
{
color: #EFD09B;
}
.AnyTagClassName
{
color: #EFD09B;
}
</style>
background-color css
<style>
a { background-color: #EFD09B; }
a { background-color: rgb(239,208,155); }
div.DivClassName
{
background-color: #EFD09B;
}
.BgClassName
{
background-color: #EFD09B;
}
</style>
border-color css
<style>
span { border-color: #EFD09B; }
span { border-color: rgb(239,208,155); }
td.TdClassName
{
border-color: #EFD09B;
}
.TagClassName
{
border-color: #EFD09B;
}
</style>