Shades of Givry #EFD4AD
Tints of Givry #EFD4AD
RGB
CMYK
RGB Variations
Color information
#EFD4AD (or 0xEFD4AD) is known color: Givry. HEX triplet: EF, D4 and AD. RGB value is (239,212,173). Sum of RGB (Red+Green+Blue) = 239+212+173=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4AD is #102B52. Grayscale: #D7D7D7. Windows color (decimal): -1059667 or 11392239. OLE color: 11392239.
HSL color Cylindrical-coordinate representation of color #EFD4AD: hue angle of 35.45º 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 #EFD4AD is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 173 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.06 |
| HSL | 35.45º | 0.67% | 0.81% | - |
| HSV(B) | 35.45º | 0.28% | 0.94% | - |
| XYZ | 66.68 | 68.45 | 49.23 | - |
| YUV | 215.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 173 | 0 | 0.11 | 0.28 | 0.06 | 35.45 | 0.67 | 0.81 |
| Hex | EF | D4 | AD | 0 | B | 1C | 6 | 23 | 43 | 51 |
| Octal | 357 | 324 | 255 | 0 | 13 | 34 | 6 | 43 | 103 | 121 |
| Binary | 11101111 | 11010100 | 10101101 | 0 | 1011 | 11100 | 110 | 100011 | 1000011 | 1010001 |
Color Harmonies of #EFD4AD
Complementary color
Monochromatic Colors of #EFD4AD
Black with #EFD4AD
Text Example
Text Example
White with #EFD4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4AD; }
p { color: rgb(239,212,173); }
H1.HeaderClassName
{
color: #EFD4AD;
}
.AnyTagClassName
{
color: #EFD4AD;
}
</style>
background-color css
<style>
a { background-color: #EFD4AD; }
a { background-color: rgb(239,212,173); }
div.DivClassName
{
background-color: #EFD4AD;
}
.BgClassName
{
background-color: #EFD4AD;
}
</style>
border-color css
<style>
span { border-color: #EFD4AD; }
span { border-color: rgb(239,212,173); }
td.TdClassName
{
border-color: #EFD4AD;
}
.TagClassName
{
border-color: #EFD4AD;
}
</style>