Shades of Givry #EED4AA
Tints of Givry #EED4AA
RGB
CMYK
RGB Variations
Color information
#EED4AA (or 0xEED4AA) is known color: Givry. HEX triplet: EE, D4 and AA. RGB value is (238,212,170). Sum of RGB (Red+Green+Blue) = 238+212+170=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4AA is #112B55. Grayscale: #D7D7D7. Windows color (decimal): -1125206 or 11195630. OLE color: 11195630.
HSL color Cylindrical-coordinate representation of color #EED4AA: hue angle of 37.06º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EED4AA is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 170 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.07 |
| HSL | 37.06º | 0.67% | 0.8% | - |
| HSV(B) | 37.06º | 0.29% | 0.93% | - |
| XYZ | 66.06 | 68.17 | 47.71 | - |
| YUV | 214.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 170 | 0 | 0.11 | 0.29 | 0.07 | 37.06 | 0.67 | 0.8 |
| Hex | EE | D4 | AA | 0 | B | 1D | 7 | 25 | 43 | 50 |
| Octal | 356 | 324 | 252 | 0 | 13 | 35 | 7 | 45 | 103 | 120 |
| Binary | 11101110 | 11010100 | 10101010 | 0 | 1011 | 11101 | 111 | 100101 | 1000011 | 1010000 |
Color Harmonies of #EED4AA
Complementary color
Monochromatic Colors of #EED4AA
Black with #EED4AA
Text Example
Text Example
White with #EED4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4AA; }
p { color: rgb(238,212,170); }
H1.HeaderClassName
{
color: #EED4AA;
}
.AnyTagClassName
{
color: #EED4AA;
}
</style>
background-color css
<style>
a { background-color: #EED4AA; }
a { background-color: rgb(238,212,170); }
div.DivClassName
{
background-color: #EED4AA;
}
.BgClassName
{
background-color: #EED4AA;
}
</style>
border-color css
<style>
span { border-color: #EED4AA; }
span { border-color: rgb(238,212,170); }
td.TdClassName
{
border-color: #EED4AA;
}
.TagClassName
{
border-color: #EED4AA;
}
</style>