Shades of Givry #EFD9AE
Tints of Givry #EFD9AE
RGB
CMYK
RGB Variations
Color information
#EFD9AE (or 0xEFD9AE) is known color: Givry. HEX triplet: EF, D9 and AE. RGB value is (239,217,174). Sum of RGB (Red+Green+Blue) = 239+217+174=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9AE is #102651. Grayscale: #DADADA. Windows color (decimal): -1058386 or 11459055. OLE color: 11459055.
HSL color Cylindrical-coordinate representation of color #EFD9AE: hue angle of 39.69º 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 #EFD9AE is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 174 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.06 |
| HSL | 39.69º | 0.67% | 0.81% | - |
| HSV(B) | 39.69º | 0.27% | 0.94% | - |
| XYZ | 68.05 | 71.03 | 50.17 | - |
| YUV | 218.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 174 | 0 | 0.09 | 0.27 | 0.06 | 39.69 | 0.67 | 0.81 |
| Hex | EF | D9 | AE | 0 | 9 | 1B | 6 | 28 | 43 | 51 |
| Octal | 357 | 331 | 256 | 0 | 11 | 33 | 6 | 50 | 103 | 121 |
| Binary | 11101111 | 11011001 | 10101110 | 0 | 1001 | 11011 | 110 | 101000 | 1000011 | 1010001 |
Color Harmonies of #EFD9AE
Complementary color
Monochromatic Colors of #EFD9AE
Black with #EFD9AE
Text Example
Text Example
White with #EFD9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9AE; }
p { color: rgb(239,217,174); }
H1.HeaderClassName
{
color: #EFD9AE;
}
.AnyTagClassName
{
color: #EFD9AE;
}
</style>
background-color css
<style>
a { background-color: #EFD9AE; }
a { background-color: rgb(239,217,174); }
div.DivClassName
{
background-color: #EFD9AE;
}
.BgClassName
{
background-color: #EFD9AE;
}
</style>
border-color css
<style>
span { border-color: #EFD9AE; }
span { border-color: rgb(239,217,174); }
td.TdClassName
{
border-color: #EFD9AE;
}
.TagClassName
{
border-color: #EFD9AE;
}
</style>