Shades of Givry #E9CFAD
Tints of Givry #E9CFAD
RGB
CMYK
RGB Variations
Color information
#E9CFAD (or 0xE9CFAD) is known color: Givry. HEX triplet: E9, CF and AD. RGB value is (233,207,173). Sum of RGB (Red+Green+Blue) = 233+207+173=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAD is #163052. Grayscale: #D3D3D3. Windows color (decimal): -1454163 or 11390953. OLE color: 11390953.
HSL color Cylindrical-coordinate representation of color #E9CFAD: hue angle of 34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9CFAD is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 173 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.09 |
| HSL | 34º | 0.58% | 0.8% | - |
| HSV(B) | 34º | 0.26% | 0.91% | - |
| XYZ | 63.46 | 64.97 | 48.73 | - |
| YUV | 210.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 173 | 0 | 0.11 | 0.26 | 0.09 | 34 | 0.58 | 0.8 |
| Hex | E9 | CF | AD | 0 | B | 1A | 9 | 22 | 3A | 50 |
| Octal | 351 | 317 | 255 | 0 | 13 | 32 | 11 | 42 | 72 | 120 |
| Binary | 11101001 | 11001111 | 10101101 | 0 | 1011 | 11010 | 1001 | 100010 | 111010 | 1010000 |
Color Harmonies of #E9CFAD
Complementary color
Monochromatic Colors of #E9CFAD
Black with #E9CFAD
Text Example
Text Example
White with #E9CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFAD; }
p { color: rgb(233,207,173); }
H1.HeaderClassName
{
color: #E9CFAD;
}
.AnyTagClassName
{
color: #E9CFAD;
}
</style>
background-color css
<style>
a { background-color: #E9CFAD; }
a { background-color: rgb(233,207,173); }
div.DivClassName
{
background-color: #E9CFAD;
}
.BgClassName
{
background-color: #E9CFAD;
}
</style>
border-color css
<style>
span { border-color: #E9CFAD; }
span { border-color: rgb(233,207,173); }
td.TdClassName
{
border-color: #E9CFAD;
}
.TagClassName
{
border-color: #E9CFAD;
}
</style>