Shades of Givry #E4CEAE
Tints of Givry #E4CEAE
RGB
CMYK
RGB Variations
Color information
#E4CEAE (or 0xE4CEAE) is known color: Givry. HEX triplet: E4, CE and AE. RGB value is (228,206,174). Sum of RGB (Red+Green+Blue) = 228+206+174=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CEAE is #1B3151. Grayscale: #D1D1D1. Windows color (decimal): -1782098 or 11456228. OLE color: 11456228.
HSL color Cylindrical-coordinate representation of color #E4CEAE: hue angle of 35.56º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4CEAE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 174 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.11 |
| HSL | 35.56º | 0.5% | 0.79% | - |
| HSV(B) | 35.56º | 0.24% | 0.89% | - |
| XYZ | 61.71 | 63.69 | 49.09 | - |
| YUV | 208.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 174 | 0 | 0.10 | 0.24 | 0.11 | 35.56 | 0.5 | 0.79 |
| Hex | E4 | CE | AE | 0 | A | 18 | B | 24 | 32 | 4F |
| Octal | 344 | 316 | 256 | 0 | 12 | 30 | 13 | 44 | 62 | 117 |
| Binary | 11100100 | 11001110 | 10101110 | 0 | 1010 | 11000 | 1011 | 100100 | 110010 | 1001111 |
Color Harmonies of #E4CEAE
Complementary color
Monochromatic Colors of #E4CEAE
Black with #E4CEAE
Text Example
Text Example
White with #E4CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEAE; }
p { color: rgb(228,206,174); }
H1.HeaderClassName
{
color: #E4CEAE;
}
.AnyTagClassName
{
color: #E4CEAE;
}
</style>
background-color css
<style>
a { background-color: #E4CEAE; }
a { background-color: rgb(228,206,174); }
div.DivClassName
{
background-color: #E4CEAE;
}
.BgClassName
{
background-color: #E4CEAE;
}
</style>
border-color css
<style>
span { border-color: #E4CEAE; }
span { border-color: rgb(228,206,174); }
td.TdClassName
{
border-color: #E4CEAE;
}
.TagClassName
{
border-color: #E4CEAE;
}
</style>