Shades of Givry #EFD5AF
Tints of Givry #EFD5AF
RGB
CMYK
RGB Variations
Color information
#EFD5AF (or 0xEFD5AF) is known color: Givry. HEX triplet: EF, D5 and AF. RGB value is (239,213,175). Sum of RGB (Red+Green+Blue) = 239+213+175=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5AF is #102A50. Grayscale: #D8D8D8. Windows color (decimal): -1059409 or 11523567. OLE color: 11523567.
HSL color Cylindrical-coordinate representation of color #EFD5AF: hue angle of 35.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD5AF is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 175 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.06 |
| HSL | 35.63º | 0.67% | 0.81% | - |
| HSV(B) | 35.63º | 0.27% | 0.94% | - |
| XYZ | 67.13 | 69.03 | 50.34 | - |
| YUV | 216.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 175 | 0 | 0.11 | 0.27 | 0.06 | 35.63 | 0.67 | 0.81 |
| Hex | EF | D5 | AF | 0 | B | 1B | 6 | 24 | 43 | 51 |
| Octal | 357 | 325 | 257 | 0 | 13 | 33 | 6 | 44 | 103 | 121 |
| Binary | 11101111 | 11010101 | 10101111 | 0 | 1011 | 11011 | 110 | 100100 | 1000011 | 1010001 |
Color Harmonies of #EFD5AF
Complementary color
Monochromatic Colors of #EFD5AF
Black with #EFD5AF
Text Example
Text Example
White with #EFD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5AF; }
p { color: rgb(239,213,175); }
H1.HeaderClassName
{
color: #EFD5AF;
}
.AnyTagClassName
{
color: #EFD5AF;
}
</style>
background-color css
<style>
a { background-color: #EFD5AF; }
a { background-color: rgb(239,213,175); }
div.DivClassName
{
background-color: #EFD5AF;
}
.BgClassName
{
background-color: #EFD5AF;
}
</style>
border-color css
<style>
span { border-color: #EFD5AF; }
span { border-color: rgb(239,213,175); }
td.TdClassName
{
border-color: #EFD5AF;
}
.TagClassName
{
border-color: #EFD5AF;
}
</style>