Shades of Chamois #EFD392
Tints of Chamois #EFD392
RGB
CMYK
RGB Variations
Color information
#EFD392 (or 0xEFD392) is known color: Chamois. HEX triplet: EF, D3 and 92. RGB value is (239,211,146). Sum of RGB (Red+Green+Blue) = 239+211+146=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD392 is #102C6D. Grayscale: #D4D4D4. Windows color (decimal): -1059950 or 9622511. OLE color: 9622511.
HSL color Cylindrical-coordinate representation of color #EFD392: hue angle of 41.94º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFD392 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 146 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.06 |
| HSL | 41.94º | 0.74% | 0.75% | - |
| HSV(B) | 41.94º | 0.39% | 0.94% | - |
| XYZ | 64.08 | 67.01 | 36.75 | - |
| YUV | 211.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 146 | 0 | 0.12 | 0.39 | 0.06 | 41.94 | 0.74 | 0.75 |
| Hex | EF | D3 | 92 | 0 | C | 27 | 6 | 2A | 4A | 4B |
| Octal | 357 | 323 | 222 | 0 | 14 | 47 | 6 | 52 | 112 | 113 |
| Binary | 11101111 | 11010011 | 10010010 | 0 | 1100 | 100111 | 110 | 101010 | 1001010 | 1001011 |
Color Harmonies of #EFD392
Complementary color
Monochromatic Colors of #EFD392
Black with #EFD392
Text Example
Text Example
White with #EFD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD392; }
p { color: rgb(239,211,146); }
H1.HeaderClassName
{
color: #EFD392;
}
.AnyTagClassName
{
color: #EFD392;
}
</style>
background-color css
<style>
a { background-color: #EFD392; }
a { background-color: rgb(239,211,146); }
div.DivClassName
{
background-color: #EFD392;
}
.BgClassName
{
background-color: #EFD392;
}
</style>
border-color css
<style>
span { border-color: #EFD392; }
span { border-color: rgb(239,211,146); }
td.TdClassName
{
border-color: #EFD392;
}
.TagClassName
{
border-color: #EFD392;
}
</style>