Shades of Givry #EFD3AD
Tints of Givry #EFD3AD
RGB
CMYK
RGB Variations
Color information
#EFD3AD (or 0xEFD3AD) is known color: Givry. HEX triplet: EF, D3 and AD. RGB value is (239,211,173). Sum of RGB (Red+Green+Blue) = 239+211+173=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3AD is #102C52. Grayscale: #D7D7D7. Windows color (decimal): -1059923 or 11391983. OLE color: 11391983.
HSL color Cylindrical-coordinate representation of color #EFD3AD: hue angle of 34.55º 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 #EFD3AD is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 173 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.06 |
| HSL | 34.55º | 0.67% | 0.81% | - |
| HSV(B) | 34.55º | 0.28% | 0.94% | - |
| XYZ | 66.43 | 67.96 | 49.15 | - |
| YUV | 215.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 173 | 0 | 0.12 | 0.28 | 0.06 | 34.55 | 0.67 | 0.81 |
| Hex | EF | D3 | AD | 0 | C | 1C | 6 | 23 | 43 | 51 |
| Octal | 357 | 323 | 255 | 0 | 14 | 34 | 6 | 43 | 103 | 121 |
| Binary | 11101111 | 11010011 | 10101101 | 0 | 1100 | 11100 | 110 | 100011 | 1000011 | 1010001 |
Color Harmonies of #EFD3AD
Complementary color
Monochromatic Colors of #EFD3AD
Black with #EFD3AD
Text Example
Text Example
White with #EFD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3AD; }
p { color: rgb(239,211,173); }
H1.HeaderClassName
{
color: #EFD3AD;
}
.AnyTagClassName
{
color: #EFD3AD;
}
</style>
background-color css
<style>
a { background-color: #EFD3AD; }
a { background-color: rgb(239,211,173); }
div.DivClassName
{
background-color: #EFD3AD;
}
.BgClassName
{
background-color: #EFD3AD;
}
</style>
border-color css
<style>
span { border-color: #EFD3AD; }
span { border-color: rgb(239,211,173); }
td.TdClassName
{
border-color: #EFD3AD;
}
.TagClassName
{
border-color: #EFD3AD;
}
</style>