Shades of Givry #EED3AC
Tints of Givry #EED3AC
RGB
CMYK
RGB Variations
Color information
#EED3AC (or 0xEED3AC) is known color: Givry. HEX triplet: EE, D3 and AC. RGB value is (238,211,172). Sum of RGB (Red+Green+Blue) = 238+211+172=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3AC is #112C53. Grayscale: #D6D6D6. Windows color (decimal): -1125460 or 11326446. OLE color: 11326446.
HSL color Cylindrical-coordinate representation of color #EED3AC: hue angle of 35.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EED3AC is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 211 | 172 | - |
CMYK | 0 | 0.11 | 0.28 | 0.07 |
HSL | 35.45º | 0.66% | 0.8% | - |
HSV(B) | 35.45º | 0.28% | 0.93% | - |
XYZ | 66 | 67.74 | 48.63 | - |
YUV | 214.63 | 103.95 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 211 | 172 | 0 | 0.11 | 0.28 | 0.07 | 35.45 | 0.66 | 0.8 |
Hex | EE | D3 | AC | 0 | B | 1C | 7 | 23 | 42 | 50 |
Octal | 356 | 323 | 254 | 0 | 13 | 34 | 7 | 43 | 102 | 120 |
Binary | 11101110 | 11010011 | 10101100 | 0 | 1011 | 11100 | 111 | 100011 | 1000010 | 1010000 |
Color Harmonies of #EED3AC
Complementary color
Monochromatic Colors of #EED3AC
Black with #EED3AC
Text Example
Text Example
White with #EED3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3AC; }
p { color: rgb(238,211,172); }
H1.HeaderClassName
{
color: #EED3AC;
}
.AnyTagClassName
{
color: #EED3AC;
}
</style>
background-color css
<style>
a { background-color: #EED3AC; }
a { background-color: rgb(238,211,172); }
div.DivClassName
{
background-color: #EED3AC;
}
.BgClassName
{
background-color: #EED3AC;
}
</style>
border-color css
<style>
span { border-color: #EED3AC; }
span { border-color: rgb(238,211,172); }
td.TdClassName
{
border-color: #EED3AC;
}
.TagClassName
{
border-color: #EED3AC;
}
</style>