Shades of Givry #E8CDAE
Tints of Givry #E8CDAE
RGB
CMYK
RGB Variations
Color information
#E8CDAE (or 0xE8CDAE) is known color: Givry. HEX triplet: E8, CD and AE. RGB value is (232,205,174). Sum of RGB (Red+Green+Blue) = 232+205+174=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDAE is #173251. Grayscale: #D1D1D1. Windows color (decimal): -1520210 or 11455976. OLE color: 11455976.
HSL color Cylindrical-coordinate representation of color #E8CDAE: hue angle of 32.07º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8CDAE is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 174 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.09 |
| HSL | 32.07º | 0.56% | 0.8% | - |
| HSV(B) | 32.07º | 0.25% | 0.91% | - |
| XYZ | 62.75 | 63.87 | 49.07 | - |
| YUV | 209.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 174 | 0 | 0.12 | 0.25 | 0.09 | 32.07 | 0.56 | 0.8 |
| Hex | E8 | CD | AE | 0 | C | 19 | 9 | 20 | 38 | 50 |
| Octal | 350 | 315 | 256 | 0 | 14 | 31 | 11 | 40 | 70 | 120 |
| Binary | 11101000 | 11001101 | 10101110 | 0 | 1100 | 11001 | 1001 | 100000 | 111000 | 1010000 |
Color Harmonies of #E8CDAE
Complementary color
Monochromatic Colors of #E8CDAE
Black with #E8CDAE
Text Example
Text Example
White with #E8CDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDAE; }
p { color: rgb(232,205,174); }
H1.HeaderClassName
{
color: #E8CDAE;
}
.AnyTagClassName
{
color: #E8CDAE;
}
</style>
background-color css
<style>
a { background-color: #E8CDAE; }
a { background-color: rgb(232,205,174); }
div.DivClassName
{
background-color: #E8CDAE;
}
.BgClassName
{
background-color: #E8CDAE;
}
</style>
border-color css
<style>
span { border-color: #E8CDAE; }
span { border-color: rgb(232,205,174); }
td.TdClassName
{
border-color: #E8CDAE;
}
.TagClassName
{
border-color: #E8CDAE;
}
</style>