Shades of Givry #E5D2B4
Tints of Givry #E5D2B4
RGB
CMYK
RGB Variations
Color information
#E5D2B4 (or 0xE5D2B4) is known color: Givry. HEX triplet: E5, D2 and B4. RGB value is (229,210,180). Sum of RGB (Red+Green+Blue) = 229+210+180=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2B4 is #1A2D4B. Grayscale: #D4D4D4. Windows color (decimal): -1715532 or 11850469. OLE color: 11850469.
HSL color Cylindrical-coordinate representation of color #E5D2B4: hue angle of 36.73º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5D2B4 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 180 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.10 |
| HSL | 36.73º | 0.49% | 0.8% | - |
| HSV(B) | 36.73º | 0.21% | 0.9% | - |
| XYZ | 63.6 | 66.05 | 52.58 | - |
| YUV | 212.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 180 | 0 | 0.08 | 0.21 | 0.10 | 36.73 | 0.49 | 0.8 |
| Hex | E5 | D2 | B4 | 0 | 8 | 15 | A | 25 | 31 | 50 |
| Octal | 345 | 322 | 264 | 0 | 10 | 25 | 12 | 45 | 61 | 120 |
| Binary | 11100101 | 11010010 | 10110100 | 0 | 1000 | 10101 | 1010 | 100101 | 110001 | 1010000 |
Color Harmonies of #E5D2B4
Complementary color
Monochromatic Colors of #E5D2B4
Black with #E5D2B4
Text Example
Text Example
White with #E5D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2B4; }
p { color: rgb(229,210,180); }
H1.HeaderClassName
{
color: #E5D2B4;
}
.AnyTagClassName
{
color: #E5D2B4;
}
</style>
background-color css
<style>
a { background-color: #E5D2B4; }
a { background-color: rgb(229,210,180); }
div.DivClassName
{
background-color: #E5D2B4;
}
.BgClassName
{
background-color: #E5D2B4;
}
</style>
border-color css
<style>
span { border-color: #E5D2B4; }
span { border-color: rgb(229,210,180); }
td.TdClassName
{
border-color: #E5D2B4;
}
.TagClassName
{
border-color: #E5D2B4;
}
</style>