Shades of Givry #E9CFAF
Tints of Givry #E9CFAF
RGB
CMYK
RGB Variations
Color information
#E9CFAF (or 0xE9CFAF) is known color: Givry. HEX triplet: E9, CF and AF. RGB value is (233,207,175). Sum of RGB (Red+Green+Blue) = 233+207+175=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAF is #163050. Grayscale: #D3D3D3. Windows color (decimal): -1454161 or 11522025. OLE color: 11522025.
HSL color Cylindrical-coordinate representation of color #E9CFAF: hue angle of 33.1º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9CFAF is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 175 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.09 |
| HSL | 33.1º | 0.57% | 0.8% | - |
| HSV(B) | 33.1º | 0.25% | 0.91% | - |
| XYZ | 63.65 | 65.04 | 49.76 | - |
| YUV | 211.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 175 | 0 | 0.11 | 0.25 | 0.09 | 33.1 | 0.57 | 0.8 |
| Hex | E9 | CF | AF | 0 | B | 19 | 9 | 21 | 39 | 50 |
| Octal | 351 | 317 | 257 | 0 | 13 | 31 | 11 | 41 | 71 | 120 |
| Binary | 11101001 | 11001111 | 10101111 | 0 | 1011 | 11001 | 1001 | 100001 | 111001 | 1010000 |
Color Harmonies of #E9CFAF
Complementary color
Monochromatic Colors of #E9CFAF
Black with #E9CFAF
Text Example
Text Example
White with #E9CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFAF; }
p { color: rgb(233,207,175); }
H1.HeaderClassName
{
color: #E9CFAF;
}
.AnyTagClassName
{
color: #E9CFAF;
}
</style>
background-color css
<style>
a { background-color: #E9CFAF; }
a { background-color: rgb(233,207,175); }
div.DivClassName
{
background-color: #E9CFAF;
}
.BgClassName
{
background-color: #E9CFAF;
}
</style>
border-color css
<style>
span { border-color: #E9CFAF; }
span { border-color: rgb(233,207,175); }
td.TdClassName
{
border-color: #E9CFAF;
}
.TagClassName
{
border-color: #E9CFAF;
}
</style>