Shades of Chamois #EFCF90
Tints of Chamois #EFCF90
RGB
CMYK
RGB Variations
Color information
#EFCF90 (or 0xEFCF90) is known color: Chamois. HEX triplet: EF, CF and 90. RGB value is (239,207,144). Sum of RGB (Red+Green+Blue) = 239+207+144=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF90 is #10306F. Grayscale: #D1D1D1. Windows color (decimal): -1060976 or 9490415. OLE color: 9490415.
HSL color Cylindrical-coordinate representation of color #EFCF90: hue angle of 39.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFCF90 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 144 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.06 |
| HSL | 39.79º | 0.75% | 0.75% | - |
| HSV(B) | 39.79º | 0.4% | 0.94% | - |
| XYZ | 62.94 | 64.99 | 35.61 | - |
| YUV | 209.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 144 | 0 | 0.13 | 0.40 | 0.06 | 39.79 | 0.75 | 0.75 |
| Hex | EF | CF | 90 | 0 | D | 28 | 6 | 28 | 4B | 4B |
| Octal | 357 | 317 | 220 | 0 | 15 | 50 | 6 | 50 | 113 | 113 |
| Binary | 11101111 | 11001111 | 10010000 | 0 | 1101 | 101000 | 110 | 101000 | 1001011 | 1001011 |
Color Harmonies of #EFCF90
Complementary color
Monochromatic Colors of #EFCF90
Black with #EFCF90
Text Example
Text Example
White with #EFCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF90; }
p { color: rgb(239,207,144); }
H1.HeaderClassName
{
color: #EFCF90;
}
.AnyTagClassName
{
color: #EFCF90;
}
</style>
background-color css
<style>
a { background-color: #EFCF90; }
a { background-color: rgb(239,207,144); }
div.DivClassName
{
background-color: #EFCF90;
}
.BgClassName
{
background-color: #EFCF90;
}
</style>
border-color css
<style>
span { border-color: #EFCF90; }
span { border-color: rgb(239,207,144); }
td.TdClassName
{
border-color: #EFCF90;
}
.TagClassName
{
border-color: #EFCF90;
}
</style>