Shades of Givry #E4CBAE
Tints of Givry #E4CBAE
RGB
CMYK
RGB Variations
Color information
#E4CBAE (or 0xE4CBAE) is known color: Givry. HEX triplet: E4, CB and AE. RGB value is (228,203,174). Sum of RGB (Red+Green+Blue) = 228+203+174=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CBAE is #1B3451. Grayscale: #CFCFCF. Windows color (decimal): -1782866 or 11455460. OLE color: 11455460.
HSL color Cylindrical-coordinate representation of color #E4CBAE: hue angle of 32.22º 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 #E4CBAE is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 174 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.11 |
| HSL | 32.22º | 0.5% | 0.79% | - |
| HSV(B) | 32.22º | 0.24% | 0.89% | - |
| XYZ | 60.99 | 62.26 | 48.85 | - |
| YUV | 207.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 174 | 0 | 0.11 | 0.24 | 0.11 | 32.22 | 0.5 | 0.79 |
| Hex | E4 | CB | AE | 0 | B | 18 | B | 20 | 32 | 4F |
| Octal | 344 | 313 | 256 | 0 | 13 | 30 | 13 | 40 | 62 | 117 |
| Binary | 11100100 | 11001011 | 10101110 | 0 | 1011 | 11000 | 1011 | 100000 | 110010 | 1001111 |
Color Harmonies of #E4CBAE
Complementary color
Monochromatic Colors of #E4CBAE
Black with #E4CBAE
Text Example
Text Example
White with #E4CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBAE; }
p { color: rgb(228,203,174); }
H1.HeaderClassName
{
color: #E4CBAE;
}
.AnyTagClassName
{
color: #E4CBAE;
}
</style>
background-color css
<style>
a { background-color: #E4CBAE; }
a { background-color: rgb(228,203,174); }
div.DivClassName
{
background-color: #E4CBAE;
}
.BgClassName
{
background-color: #E4CBAE;
}
</style>
border-color css
<style>
span { border-color: #E4CBAE; }
span { border-color: rgb(228,203,174); }
td.TdClassName
{
border-color: #E4CBAE;
}
.TagClassName
{
border-color: #E4CBAE;
}
</style>