Shades of Chamois #EFD09C
Tints of Chamois #EFD09C
RGB
CMYK
RGB Variations
Color information
#EFD09C (or 0xEFD09C) is known color: Chamois. HEX triplet: EF, D0 and 9C. RGB value is (239,208,156). Sum of RGB (Red+Green+Blue) = 239+208+156=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD09C is #102F63. Grayscale: #D3D3D3. Windows color (decimal): -1060708 or 10277103. OLE color: 10277103.
HSL color Cylindrical-coordinate representation of color #EFD09C: hue angle of 37.59º 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 #EFD09C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 156 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.06 |
| HSL | 37.59º | 0.72% | 0.77% | - |
| HSV(B) | 37.59º | 0.35% | 0.94% | - |
| XYZ | 64.15 | 65.86 | 40.78 | - |
| YUV | 211.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 156 | 0 | 0.13 | 0.35 | 0.06 | 37.59 | 0.72 | 0.77 |
| Hex | EF | D0 | 9C | 0 | D | 23 | 6 | 26 | 48 | 4D |
| Octal | 357 | 320 | 234 | 0 | 15 | 43 | 6 | 46 | 110 | 115 |
| Binary | 11101111 | 11010000 | 10011100 | 0 | 1101 | 100011 | 110 | 100110 | 1001000 | 1001101 |
Color Harmonies of #EFD09C
Complementary color
Monochromatic Colors of #EFD09C
Black with #EFD09C
Text Example
Text Example
White with #EFD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD09C; }
p { color: rgb(239,208,156); }
H1.HeaderClassName
{
color: #EFD09C;
}
.AnyTagClassName
{
color: #EFD09C;
}
</style>
background-color css
<style>
a { background-color: #EFD09C; }
a { background-color: rgb(239,208,156); }
div.DivClassName
{
background-color: #EFD09C;
}
.BgClassName
{
background-color: #EFD09C;
}
</style>
border-color css
<style>
span { border-color: #EFD09C; }
span { border-color: rgb(239,208,156); }
td.TdClassName
{
border-color: #EFD09C;
}
.TagClassName
{
border-color: #EFD09C;
}
</style>