Shades of Givry #E4CEAC
Tints of Givry #E4CEAC
RGB
CMYK
RGB Variations
Color information
#E4CEAC (or 0xE4CEAC) is known color: Givry. HEX triplet: E4, CE and AC. RGB value is (228,206,172). Sum of RGB (Red+Green+Blue) = 228+206+172=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CEAC is #1B3153. Grayscale: #D0D0D0. Windows color (decimal): -1782100 or 11325156. OLE color: 11325156.
HSL color Cylindrical-coordinate representation of color #E4CEAC: hue angle of 36.43º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4CEAC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 172 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.11 |
| HSL | 36.43º | 0.51% | 0.78% | - |
| HSV(B) | 36.43º | 0.25% | 0.89% | - |
| XYZ | 61.51 | 63.62 | 48.07 | - |
| YUV | 208.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 172 | 0 | 0.10 | 0.25 | 0.11 | 36.43 | 0.51 | 0.78 |
| Hex | E4 | CE | AC | 0 | A | 19 | B | 24 | 33 | 4E |
| Octal | 344 | 316 | 254 | 0 | 12 | 31 | 13 | 44 | 63 | 116 |
| Binary | 11100100 | 11001110 | 10101100 | 0 | 1010 | 11001 | 1011 | 100100 | 110011 | 1001110 |
Color Harmonies of #E4CEAC
Complementary color
Monochromatic Colors of #E4CEAC
Black with #E4CEAC
Text Example
Text Example
White with #E4CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEAC; }
p { color: rgb(228,206,172); }
H1.HeaderClassName
{
color: #E4CEAC;
}
.AnyTagClassName
{
color: #E4CEAC;
}
</style>
background-color css
<style>
a { background-color: #E4CEAC; }
a { background-color: rgb(228,206,172); }
div.DivClassName
{
background-color: #E4CEAC;
}
.BgClassName
{
background-color: #E4CEAC;
}
</style>
border-color css
<style>
span { border-color: #E4CEAC; }
span { border-color: rgb(228,206,172); }
td.TdClassName
{
border-color: #E4CEAC;
}
.TagClassName
{
border-color: #E4CEAC;
}
</style>