Shades of Givry #E5CFA9
Tints of Givry #E5CFA9
RGB
CMYK
RGB Variations
Color information
#E5CFA9 (or 0xE5CFA9) is known color: Givry. HEX triplet: E5, CF and A9. RGB value is (229,207,169). Sum of RGB (Red+Green+Blue) = 229+207+169=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFA9 is #1A3056. Grayscale: #D1D1D1. Windows color (decimal): -1716311 or 11128805. OLE color: 11128805.
HSL color Cylindrical-coordinate representation of color #E5CFA9: hue angle of 38º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5CFA9 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 169 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.10 |
| HSL | 38º | 0.54% | 0.78% | - |
| HSV(B) | 38º | 0.26% | 0.9% | - |
| XYZ | 61.79 | 64.15 | 46.66 | - |
| YUV | 209.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 169 | 0 | 0.10 | 0.26 | 0.10 | 38 | 0.54 | 0.78 |
| Hex | E5 | CF | A9 | 0 | A | 1A | A | 26 | 36 | 4E |
| Octal | 345 | 317 | 251 | 0 | 12 | 32 | 12 | 46 | 66 | 116 |
| Binary | 11100101 | 11001111 | 10101001 | 0 | 1010 | 11010 | 1010 | 100110 | 110110 | 1001110 |
Color Harmonies of #E5CFA9
Complementary color
Monochromatic Colors of #E5CFA9
Black with #E5CFA9
Text Example
Text Example
White with #E5CFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFA9; }
p { color: rgb(229,207,169); }
H1.HeaderClassName
{
color: #E5CFA9;
}
.AnyTagClassName
{
color: #E5CFA9;
}
</style>
background-color css
<style>
a { background-color: #E5CFA9; }
a { background-color: rgb(229,207,169); }
div.DivClassName
{
background-color: #E5CFA9;
}
.BgClassName
{
background-color: #E5CFA9;
}
</style>
border-color css
<style>
span { border-color: #E5CFA9; }
span { border-color: rgb(229,207,169); }
td.TdClassName
{
border-color: #E5CFA9;
}
.TagClassName
{
border-color: #E5CFA9;
}
</style>