Shades of Givry #EFD1AC
Tints of Givry #EFD1AC
RGB
CMYK
RGB Variations
Color information
#EFD1AC (or 0xEFD1AC) is known color: Givry. HEX triplet: EF, D1 and AC. RGB value is (239,209,172). Sum of RGB (Red+Green+Blue) = 239+209+172=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1AC is #102E53. Grayscale: #D5D5D5. Windows color (decimal): -1060436 or 11325935. OLE color: 11325935.
HSL color Cylindrical-coordinate representation of color #EFD1AC: hue angle of 33.13º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD1AC is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 172 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 33.13º | 0.68% | 0.81% | - |
| HSV(B) | 33.13º | 0.28% | 0.94% | - |
| XYZ | 65.84 | 66.93 | 48.48 | - |
| YUV | 213.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 172 | 0 | 0.13 | 0.28 | 0.06 | 33.13 | 0.68 | 0.81 |
| Hex | EF | D1 | AC | 0 | D | 1C | 6 | 21 | 44 | 51 |
| Octal | 357 | 321 | 254 | 0 | 15 | 34 | 6 | 41 | 104 | 121 |
| Binary | 11101111 | 11010001 | 10101100 | 0 | 1101 | 11100 | 110 | 100001 | 1000100 | 1010001 |
Color Harmonies of #EFD1AC
Complementary color
Monochromatic Colors of #EFD1AC
Black with #EFD1AC
Text Example
Text Example
White with #EFD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1AC; }
p { color: rgb(239,209,172); }
H1.HeaderClassName
{
color: #EFD1AC;
}
.AnyTagClassName
{
color: #EFD1AC;
}
</style>
background-color css
<style>
a { background-color: #EFD1AC; }
a { background-color: rgb(239,209,172); }
div.DivClassName
{
background-color: #EFD1AC;
}
.BgClassName
{
background-color: #EFD1AC;
}
</style>
border-color css
<style>
span { border-color: #EFD1AC; }
span { border-color: rgb(239,209,172); }
td.TdClassName
{
border-color: #EFD1AC;
}
.TagClassName
{
border-color: #EFD1AC;
}
</style>