Shades of Givry #EFD1AE
Tints of Givry #EFD1AE
RGB
CMYK
RGB Variations
Color information
#EFD1AE (or 0xEFD1AE) is known color: Givry. HEX triplet: EF, D1 and AE. RGB value is (239,209,174). Sum of RGB (Red+Green+Blue) = 239+209+174=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1AE is #102E51. Grayscale: #D6D6D6. Windows color (decimal): -1060434 or 11457007. OLE color: 11457007.
HSL color Cylindrical-coordinate representation of color #EFD1AE: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD1AE is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 174 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.06 |
| HSL | 32.31º | 0.67% | 0.81% | - |
| HSV(B) | 32.31º | 0.27% | 0.94% | - |
| XYZ | 66.04 | 67.01 | 49.5 | - |
| YUV | 213.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 174 | 0 | 0.13 | 0.27 | 0.06 | 32.31 | 0.67 | 0.81 |
| Hex | EF | D1 | AE | 0 | D | 1B | 6 | 20 | 43 | 51 |
| Octal | 357 | 321 | 256 | 0 | 15 | 33 | 6 | 40 | 103 | 121 |
| Binary | 11101111 | 11010001 | 10101110 | 0 | 1101 | 11011 | 110 | 100000 | 1000011 | 1010001 |
Color Harmonies of #EFD1AE
Complementary color
Monochromatic Colors of #EFD1AE
Black with #EFD1AE
Text Example
Text Example
White with #EFD1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1AE; }
p { color: rgb(239,209,174); }
H1.HeaderClassName
{
color: #EFD1AE;
}
.AnyTagClassName
{
color: #EFD1AE;
}
</style>
background-color css
<style>
a { background-color: #EFD1AE; }
a { background-color: rgb(239,209,174); }
div.DivClassName
{
background-color: #EFD1AE;
}
.BgClassName
{
background-color: #EFD1AE;
}
</style>
border-color css
<style>
span { border-color: #EFD1AE; }
span { border-color: rgb(239,209,174); }
td.TdClassName
{
border-color: #EFD1AE;
}
.TagClassName
{
border-color: #EFD1AE;
}
</style>