Shades of Givry #EFD2AB
Tints of Givry #EFD2AB
RGB
CMYK
RGB Variations
Color information
#EFD2AB (or 0xEFD2AB) is known color: Givry. HEX triplet: EF, D2 and AB. RGB value is (239,210,171). Sum of RGB (Red+Green+Blue) = 239+210+171=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AB is #102D54. Grayscale: #D6D6D6. Windows color (decimal): -1060181 or 11260655. OLE color: 11260655.
HSL color Cylindrical-coordinate representation of color #EFD2AB: hue angle of 34.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD2AB is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 171 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 34.41º | 0.68% | 0.8% | - |
| HSV(B) | 34.41º | 0.28% | 0.94% | - |
| XYZ | 65.99 | 67.38 | 48.06 | - |
| YUV | 214.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 171 | 0 | 0.12 | 0.28 | 0.06 | 34.41 | 0.68 | 0.8 |
| Hex | EF | D2 | AB | 0 | C | 1C | 6 | 22 | 44 | 50 |
| Octal | 357 | 322 | 253 | 0 | 14 | 34 | 6 | 42 | 104 | 120 |
| Binary | 11101111 | 11010010 | 10101011 | 0 | 1100 | 11100 | 110 | 100010 | 1000100 | 1010000 |
Color Harmonies of #EFD2AB
Complementary color
Monochromatic Colors of #EFD2AB
Black with #EFD2AB
Text Example
Text Example
White with #EFD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2AB; }
p { color: rgb(239,210,171); }
H1.HeaderClassName
{
color: #EFD2AB;
}
.AnyTagClassName
{
color: #EFD2AB;
}
</style>
background-color css
<style>
a { background-color: #EFD2AB; }
a { background-color: rgb(239,210,171); }
div.DivClassName
{
background-color: #EFD2AB;
}
.BgClassName
{
background-color: #EFD2AB;
}
</style>
border-color css
<style>
span { border-color: #EFD2AB; }
span { border-color: rgb(239,210,171); }
td.TdClassName
{
border-color: #EFD2AB;
}
.TagClassName
{
border-color: #EFD2AB;
}
</style>