Shades of Givry #E8D3AC
Tints of Givry #E8D3AC
RGB
CMYK
RGB Variations
Color information
#E8D3AC (or 0xE8D3AC) is known color: Givry. HEX triplet: E8, D3 and AC. RGB value is (232,211,172). Sum of RGB (Red+Green+Blue) = 232+211+172=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D3AC is #172C53. Grayscale: #D5D5D5. Windows color (decimal): -1518676 or 11326440. OLE color: 11326440.
HSL color Cylindrical-coordinate representation of color #E8D3AC: hue angle of 39º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8D3AC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 211 | 172 | - |
CMYK | 0 | 0.09 | 0.26 | 0.09 |
HSL | 39º | 0.57% | 0.79% | - |
HSV(B) | 39º | 0.26% | 0.91% | - |
XYZ | 64.02 | 66.72 | 48.53 | - |
YUV | 212.83 | 104.96 | 141.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 211 | 172 | 0 | 0.09 | 0.26 | 0.09 | 39 | 0.57 | 0.79 |
Hex | E8 | D3 | AC | 0 | 9 | 1A | 9 | 27 | 39 | 4F |
Octal | 350 | 323 | 254 | 0 | 11 | 32 | 11 | 47 | 71 | 117 |
Binary | 11101000 | 11010011 | 10101100 | 0 | 1001 | 11010 | 1001 | 100111 | 111001 | 1001111 |
Color Harmonies of #E8D3AC
Complementary color
Monochromatic Colors of #E8D3AC
Black with #E8D3AC
Text Example
Text Example
White with #E8D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D3AC; }
p { color: rgb(232,211,172); }
H1.HeaderClassName
{
color: #E8D3AC;
}
.AnyTagClassName
{
color: #E8D3AC;
}
</style>
background-color css
<style>
a { background-color: #E8D3AC; }
a { background-color: rgb(232,211,172); }
div.DivClassName
{
background-color: #E8D3AC;
}
.BgClassName
{
background-color: #E8D3AC;
}
</style>
border-color css
<style>
span { border-color: #E8D3AC; }
span { border-color: rgb(232,211,172); }
td.TdClassName
{
border-color: #E8D3AC;
}
.TagClassName
{
border-color: #E8D3AC;
}
</style>