Shades of Givry #EFD8AD
Tints of Givry #EFD8AD
RGB
CMYK
RGB Variations
Color information
#EFD8AD (or 0xEFD8AD) is known color: Givry. HEX triplet: EF, D8 and AD. RGB value is (239,216,173). Sum of RGB (Red+Green+Blue) = 239+216+173=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AD is #102752. Grayscale: #DADADA. Windows color (decimal): -1058643 or 11393263. OLE color: 11393263.
HSL color Cylindrical-coordinate representation of color #EFD8AD: hue angle of 39.09º 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 #EFD8AD is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 173 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.06 |
| HSL | 39.09º | 0.67% | 0.81% | - |
| HSV(B) | 39.09º | 0.28% | 0.94% | - |
| XYZ | 67.7 | 70.48 | 49.57 | - |
| YUV | 217.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 173 | 0 | 0.10 | 0.28 | 0.06 | 39.09 | 0.67 | 0.81 |
| Hex | EF | D8 | AD | 0 | A | 1C | 6 | 27 | 43 | 51 |
| Octal | 357 | 330 | 255 | 0 | 12 | 34 | 6 | 47 | 103 | 121 |
| Binary | 11101111 | 11011000 | 10101101 | 0 | 1010 | 11100 | 110 | 100111 | 1000011 | 1010001 |
Color Harmonies of #EFD8AD
Complementary color
Monochromatic Colors of #EFD8AD
Black with #EFD8AD
Text Example
Text Example
White with #EFD8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8AD; }
p { color: rgb(239,216,173); }
H1.HeaderClassName
{
color: #EFD8AD;
}
.AnyTagClassName
{
color: #EFD8AD;
}
</style>
background-color css
<style>
a { background-color: #EFD8AD; }
a { background-color: rgb(239,216,173); }
div.DivClassName
{
background-color: #EFD8AD;
}
.BgClassName
{
background-color: #EFD8AD;
}
</style>
border-color css
<style>
span { border-color: #EFD8AD; }
span { border-color: rgb(239,216,173); }
td.TdClassName
{
border-color: #EFD8AD;
}
.TagClassName
{
border-color: #EFD8AD;
}
</style>