Shades of Navajo White #FFE1AC
Tints of Navajo White #FFE1AC
RGB
CMYK
RGB Variations
Color information
#FFE1AC (or 0xFFE1AC) is known color: Navajo White. HEX triplet: FF, E1 and AC. RGB value is (255,225,172). Sum of RGB (Red+Green+Blue) = 255+225+172=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AC is #001E53. Grayscale: #E4E4E4. Windows color (decimal): -7764 or 11330047. OLE color: 11330047.
HSL color Cylindrical-coordinate representation of color #FFE1AC: hue angle of 38.31º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE1AC is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 172 | - |
| CMYK | 0 | 0.12 | 0.33 | 0 |
| HSL | 38.31º | 1% | 0.84% | - |
| HSV(B) | 38.31º | 0.33% | 1% | - |
| XYZ | 75.61 | 78.09 | 50.12 | - |
| YUV | 227.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 172 | 0 | 0.12 | 0.33 | 0 | 38.31 | 1 | 0.84 |
| Hex | FF | E1 | AC | 0 | C | 21 | 0 | 26 | 64 | 54 |
| Octal | 377 | 341 | 254 | 0 | 14 | 41 | 0 | 46 | 144 | 124 |
| Binary | 11111111 | 11100001 | 10101100 | 0 | 1100 | 100001 | 0 | 100110 | 1100100 | 1010100 |
Color Harmonies of #FFE1AC
Complementary color
Monochromatic Colors of #FFE1AC
Black with #FFE1AC
Text Example
Text Example
White with #FFE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1AC; }
p { color: rgb(255,225,172); }
H1.HeaderClassName
{
color: #FFE1AC;
}
.AnyTagClassName
{
color: #FFE1AC;
}
</style>
background-color css
<style>
a { background-color: #FFE1AC; }
a { background-color: rgb(255,225,172); }
div.DivClassName
{
background-color: #FFE1AC;
}
.BgClassName
{
background-color: #FFE1AC;
}
</style>
border-color css
<style>
span { border-color: #FFE1AC; }
span { border-color: rgb(255,225,172); }
td.TdClassName
{
border-color: #FFE1AC;
}
.TagClassName
{
border-color: #FFE1AC;
}
</style>