Shades of Givry #EFD3AF
Tints of Givry #EFD3AF
RGB
CMYK
RGB Variations
Color information
#EFD3AF (or 0xEFD3AF) is known color: Givry. HEX triplet: EF, D3 and AF. RGB value is (239,211,175). Sum of RGB (Red+Green+Blue) = 239+211+175=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3AF is #102C50. Grayscale: #D7D7D7. Windows color (decimal): -1059921 or 11523055. OLE color: 11523055.
HSL color Cylindrical-coordinate representation of color #EFD3AF: hue angle of 33.75º 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 #EFD3AF is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 175 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.06 |
| HSL | 33.75º | 0.67% | 0.81% | - |
| HSV(B) | 33.75º | 0.27% | 0.94% | - |
| XYZ | 66.63 | 68.03 | 50.18 | - |
| YUV | 215.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 175 | 0 | 0.12 | 0.27 | 0.06 | 33.75 | 0.67 | 0.81 |
| Hex | EF | D3 | AF | 0 | C | 1B | 6 | 22 | 43 | 51 |
| Octal | 357 | 323 | 257 | 0 | 14 | 33 | 6 | 42 | 103 | 121 |
| Binary | 11101111 | 11010011 | 10101111 | 0 | 1100 | 11011 | 110 | 100010 | 1000011 | 1010001 |
Color Harmonies of #EFD3AF
Complementary color
Monochromatic Colors of #EFD3AF
Black with #EFD3AF
Text Example
Text Example
White with #EFD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3AF; }
p { color: rgb(239,211,175); }
H1.HeaderClassName
{
color: #EFD3AF;
}
.AnyTagClassName
{
color: #EFD3AF;
}
</style>
background-color css
<style>
a { background-color: #EFD3AF; }
a { background-color: rgb(239,211,175); }
div.DivClassName
{
background-color: #EFD3AF;
}
.BgClassName
{
background-color: #EFD3AF;
}
</style>
border-color css
<style>
span { border-color: #EFD3AF; }
span { border-color: rgb(239,211,175); }
td.TdClassName
{
border-color: #EFD3AF;
}
.TagClassName
{
border-color: #EFD3AF;
}
</style>