Shades of Givry #E4CEAD
Tints of Givry #E4CEAD
RGB
CMYK
RGB Variations
Color information
#E4CEAD (or 0xE4CEAD) is known color: Givry. HEX triplet: E4, CE and AD. RGB value is (228,206,173). Sum of RGB (Red+Green+Blue) = 228+206+173=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CEAD is #1B3152. Grayscale: #D0D0D0. Windows color (decimal): -1782099 or 11390692. OLE color: 11390692.
HSL color Cylindrical-coordinate representation of color #E4CEAD: hue angle of 36º 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 #E4CEAD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 173 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.11 |
| HSL | 36º | 0.5% | 0.79% | - |
| HSV(B) | 36º | 0.24% | 0.89% | - |
| XYZ | 61.61 | 63.65 | 48.57 | - |
| YUV | 208.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 173 | 0 | 0.10 | 0.24 | 0.11 | 36 | 0.5 | 0.79 |
| Hex | E4 | CE | AD | 0 | A | 18 | B | 24 | 32 | 4F |
| Octal | 344 | 316 | 255 | 0 | 12 | 30 | 13 | 44 | 62 | 117 |
| Binary | 11100100 | 11001110 | 10101101 | 0 | 1010 | 11000 | 1011 | 100100 | 110010 | 1001111 |
Color Harmonies of #E4CEAD
Complementary color
Monochromatic Colors of #E4CEAD
Black with #E4CEAD
Text Example
Text Example
White with #E4CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEAD; }
p { color: rgb(228,206,173); }
H1.HeaderClassName
{
color: #E4CEAD;
}
.AnyTagClassName
{
color: #E4CEAD;
}
</style>
background-color css
<style>
a { background-color: #E4CEAD; }
a { background-color: rgb(228,206,173); }
div.DivClassName
{
background-color: #E4CEAD;
}
.BgClassName
{
background-color: #E4CEAD;
}
</style>
border-color css
<style>
span { border-color: #E4CEAD; }
span { border-color: rgb(228,206,173); }
td.TdClassName
{
border-color: #E4CEAD;
}
.TagClassName
{
border-color: #E4CEAD;
}
</style>