Shades of Givry #E5CCAD
Tints of Givry #E5CCAD
RGB
CMYK
RGB Variations
Color information
#E5CCAD (or 0xE5CCAD) is known color: Givry. HEX triplet: E5, CC and AD. RGB value is (229,204,173). Sum of RGB (Red+Green+Blue) = 229+204+173=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAD is #1A3352. Grayscale: #D0D0D0. Windows color (decimal): -1717075 or 11390181. OLE color: 11390181.
HSL color Cylindrical-coordinate representation of color #E5CCAD: hue angle of 33.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CCAD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 173 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.10 |
| HSL | 33.21º | 0.52% | 0.79% | - |
| HSV(B) | 33.21º | 0.24% | 0.9% | - |
| XYZ | 61.45 | 62.86 | 48.43 | - |
| YUV | 207.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 173 | 0 | 0.11 | 0.24 | 0.10 | 33.21 | 0.52 | 0.79 |
| Hex | E5 | CC | AD | 0 | B | 18 | A | 21 | 34 | 4F |
| Octal | 345 | 314 | 255 | 0 | 13 | 30 | 12 | 41 | 64 | 117 |
| Binary | 11100101 | 11001100 | 10101101 | 0 | 1011 | 11000 | 1010 | 100001 | 110100 | 1001111 |
Color Harmonies of #E5CCAD
Complementary color
Monochromatic Colors of #E5CCAD
Black with #E5CCAD
Text Example
Text Example
White with #E5CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCAD; }
p { color: rgb(229,204,173); }
H1.HeaderClassName
{
color: #E5CCAD;
}
.AnyTagClassName
{
color: #E5CCAD;
}
</style>
background-color css
<style>
a { background-color: #E5CCAD; }
a { background-color: rgb(229,204,173); }
div.DivClassName
{
background-color: #E5CCAD;
}
.BgClassName
{
background-color: #E5CCAD;
}
</style>
border-color css
<style>
span { border-color: #E5CCAD; }
span { border-color: rgb(229,204,173); }
td.TdClassName
{
border-color: #E5CCAD;
}
.TagClassName
{
border-color: #E5CCAD;
}
</style>