Shades of Givry #EED4AC
Tints of Givry #EED4AC
RGB
CMYK
RGB Variations
Color information
#EED4AC (or 0xEED4AC) is known color: Givry. HEX triplet: EE, D4 and AC. RGB value is (238,212,172). Sum of RGB (Red+Green+Blue) = 238+212+172=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4AC is #112B53. Grayscale: #D7D7D7. Windows color (decimal): -1125204 or 11326702. OLE color: 11326702.
HSL color Cylindrical-coordinate representation of color #EED4AC: hue angle of 36.36º 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 #EED4AC is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 172 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.07 |
| HSL | 36.36º | 0.66% | 0.8% | - |
| HSV(B) | 36.36º | 0.28% | 0.93% | - |
| XYZ | 66.25 | 68.24 | 48.71 | - |
| YUV | 215.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 172 | 0 | 0.11 | 0.28 | 0.07 | 36.36 | 0.66 | 0.8 |
| Hex | EE | D4 | AC | 0 | B | 1C | 7 | 24 | 42 | 50 |
| Octal | 356 | 324 | 254 | 0 | 13 | 34 | 7 | 44 | 102 | 120 |
| Binary | 11101110 | 11010100 | 10101100 | 0 | 1011 | 11100 | 111 | 100100 | 1000010 | 1010000 |
Color Harmonies of #EED4AC
Complementary color
Monochromatic Colors of #EED4AC
Black with #EED4AC
Text Example
Text Example
White with #EED4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4AC; }
p { color: rgb(238,212,172); }
H1.HeaderClassName
{
color: #EED4AC;
}
.AnyTagClassName
{
color: #EED4AC;
}
</style>
background-color css
<style>
a { background-color: #EED4AC; }
a { background-color: rgb(238,212,172); }
div.DivClassName
{
background-color: #EED4AC;
}
.BgClassName
{
background-color: #EED4AC;
}
</style>
border-color css
<style>
span { border-color: #EED4AC; }
span { border-color: rgb(238,212,172); }
td.TdClassName
{
border-color: #EED4AC;
}
.TagClassName
{
border-color: #EED4AC;
}
</style>