Shades of Givry #EFD2AC
Tints of Givry #EFD2AC
RGB
CMYK
RGB Variations
Color information
#EFD2AC (or 0xEFD2AC) is known color: Givry. HEX triplet: EF, D2 and AC. RGB value is (239,210,172). Sum of RGB (Red+Green+Blue) = 239+210+172=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AC is #102D53. Grayscale: #D6D6D6. Windows color (decimal): -1060180 or 11326191. OLE color: 11326191.
HSL color Cylindrical-coordinate representation of color #EFD2AC: hue angle of 34.03º 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 #EFD2AC is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 172 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 34.03º | 0.68% | 0.81% | - |
| HSV(B) | 34.03º | 0.28% | 0.94% | - |
| XYZ | 66.09 | 67.42 | 48.56 | - |
| YUV | 214.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 172 | 0 | 0.12 | 0.28 | 0.06 | 34.03 | 0.68 | 0.81 |
| Hex | EF | D2 | AC | 0 | C | 1C | 6 | 22 | 44 | 51 |
| Octal | 357 | 322 | 254 | 0 | 14 | 34 | 6 | 42 | 104 | 121 |
| Binary | 11101111 | 11010010 | 10101100 | 0 | 1100 | 11100 | 110 | 100010 | 1000100 | 1010001 |
Color Harmonies of #EFD2AC
Complementary color
Monochromatic Colors of #EFD2AC
Black with #EFD2AC
Text Example
Text Example
White with #EFD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2AC; }
p { color: rgb(239,210,172); }
H1.HeaderClassName
{
color: #EFD2AC;
}
.AnyTagClassName
{
color: #EFD2AC;
}
</style>
background-color css
<style>
a { background-color: #EFD2AC; }
a { background-color: rgb(239,210,172); }
div.DivClassName
{
background-color: #EFD2AC;
}
.BgClassName
{
background-color: #EFD2AC;
}
</style>
border-color css
<style>
span { border-color: #EFD2AC; }
span { border-color: rgb(239,210,172); }
td.TdClassName
{
border-color: #EFD2AC;
}
.TagClassName
{
border-color: #EFD2AC;
}
</style>