Shades of Givry #EFD0AD
Tints of Givry #EFD0AD
RGB
CMYK
RGB Variations
Color information
#EFD0AD (or 0xEFD0AD) is known color: Givry. HEX triplet: EF, D0 and AD. RGB value is (239,208,173). Sum of RGB (Red+Green+Blue) = 239+208+173=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0AD is #102F52. Grayscale: #D5D5D5. Windows color (decimal): -1060691 or 11391215. OLE color: 11391215.
HSL color Cylindrical-coordinate representation of color #EFD0AD: hue angle of 31.82º degrees, saturation: 0.67, 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 #EFD0AD is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 173 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.06 |
| HSL | 31.82º | 0.67% | 0.81% | - |
| HSV(B) | 31.82º | 0.28% | 0.94% | - |
| XYZ | 65.7 | 66.48 | 48.9 | - |
| YUV | 213.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 173 | 0 | 0.13 | 0.28 | 0.06 | 31.82 | 0.67 | 0.81 |
| Hex | EF | D0 | AD | 0 | D | 1C | 6 | 20 | 43 | 51 |
| Octal | 357 | 320 | 255 | 0 | 15 | 34 | 6 | 40 | 103 | 121 |
| Binary | 11101111 | 11010000 | 10101101 | 0 | 1101 | 11100 | 110 | 100000 | 1000011 | 1010001 |
Color Harmonies of #EFD0AD
Complementary color
Monochromatic Colors of #EFD0AD
Black with #EFD0AD
Text Example
Text Example
White with #EFD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0AD; }
p { color: rgb(239,208,173); }
H1.HeaderClassName
{
color: #EFD0AD;
}
.AnyTagClassName
{
color: #EFD0AD;
}
</style>
background-color css
<style>
a { background-color: #EFD0AD; }
a { background-color: rgb(239,208,173); }
div.DivClassName
{
background-color: #EFD0AD;
}
.BgClassName
{
background-color: #EFD0AD;
}
</style>
border-color css
<style>
span { border-color: #EFD0AD; }
span { border-color: rgb(239,208,173); }
td.TdClassName
{
border-color: #EFD0AD;
}
.TagClassName
{
border-color: #EFD0AD;
}
</style>