Shades of Givry #E4CCAF
Tints of Givry #E4CCAF
RGB
CMYK
RGB Variations
Color information
#E4CCAF (or 0xE4CCAF) is known color: Givry. HEX triplet: E4, CC and AF. RGB value is (228,204,175). Sum of RGB (Red+Green+Blue) = 228+204+175=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAF is #1B3350. Grayscale: #D0D0D0. Windows color (decimal): -1782609 or 11521252. OLE color: 11521252.
HSL color Cylindrical-coordinate representation of color #E4CCAF: hue angle of 32.83º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4CCAF is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 175 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.11 |
| HSL | 32.83º | 0.5% | 0.79% | - |
| HSV(B) | 32.83º | 0.23% | 0.89% | - |
| XYZ | 61.33 | 62.77 | 49.44 | - |
| YUV | 207.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 175 | 0 | 0.11 | 0.23 | 0.11 | 32.83 | 0.5 | 0.79 |
| Hex | E4 | CC | AF | 0 | B | 17 | B | 21 | 32 | 4F |
| Octal | 344 | 314 | 257 | 0 | 13 | 27 | 13 | 41 | 62 | 117 |
| Binary | 11100100 | 11001100 | 10101111 | 0 | 1011 | 10111 | 1011 | 100001 | 110010 | 1001111 |
Color Harmonies of #E4CCAF
Complementary color
Monochromatic Colors of #E4CCAF
Black with #E4CCAF
Text Example
Text Example
White with #E4CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCAF; }
p { color: rgb(228,204,175); }
H1.HeaderClassName
{
color: #E4CCAF;
}
.AnyTagClassName
{
color: #E4CCAF;
}
</style>
background-color css
<style>
a { background-color: #E4CCAF; }
a { background-color: rgb(228,204,175); }
div.DivClassName
{
background-color: #E4CCAF;
}
.BgClassName
{
background-color: #E4CCAF;
}
</style>
border-color css
<style>
span { border-color: #E4CCAF; }
span { border-color: rgb(228,204,175); }
td.TdClassName
{
border-color: #E4CCAF;
}
.TagClassName
{
border-color: #E4CCAF;
}
</style>