Shades of Givry #E5CFAD
Tints of Givry #E5CFAD
RGB
CMYK
RGB Variations
Color information
#E5CFAD (or 0xE5CFAD) is known color: Givry. HEX triplet: E5, CF and AD. RGB value is (229,207,173). Sum of RGB (Red+Green+Blue) = 229+207+173=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFAD is #1A3052. Grayscale: #D1D1D1. Windows color (decimal): -1716307 or 11390949. OLE color: 11390949.
HSL color Cylindrical-coordinate representation of color #E5CFAD: hue angle of 36.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CFAD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 173 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.10 |
| HSL | 36.43º | 0.52% | 0.79% | - |
| HSV(B) | 36.43º | 0.24% | 0.9% | - |
| XYZ | 62.17 | 64.3 | 48.67 | - |
| YUV | 209.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 173 | 0 | 0.10 | 0.24 | 0.10 | 36.43 | 0.52 | 0.79 |
| Hex | E5 | CF | AD | 0 | A | 18 | A | 24 | 34 | 4F |
| Octal | 345 | 317 | 255 | 0 | 12 | 30 | 12 | 44 | 64 | 117 |
| Binary | 11100101 | 11001111 | 10101101 | 0 | 1010 | 11000 | 1010 | 100100 | 110100 | 1001111 |
Color Harmonies of #E5CFAD
Complementary color
Monochromatic Colors of #E5CFAD
Black with #E5CFAD
Text Example
Text Example
White with #E5CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFAD; }
p { color: rgb(229,207,173); }
H1.HeaderClassName
{
color: #E5CFAD;
}
.AnyTagClassName
{
color: #E5CFAD;
}
</style>
background-color css
<style>
a { background-color: #E5CFAD; }
a { background-color: rgb(229,207,173); }
div.DivClassName
{
background-color: #E5CFAD;
}
.BgClassName
{
background-color: #E5CFAD;
}
</style>
border-color css
<style>
span { border-color: #E5CFAD; }
span { border-color: rgb(229,207,173); }
td.TdClassName
{
border-color: #E5CFAD;
}
.TagClassName
{
border-color: #E5CFAD;
}
</style>