Shades of Navajo White #FFE0AA
Tints of Navajo White #FFE0AA
RGB
CMYK
RGB Variations
Color information
#FFE0AA (or 0xFFE0AA) is known color: Navajo White. HEX triplet: FF, E0 and AA. RGB value is (255,224,170). Sum of RGB (Red+Green+Blue) = 255+224+170=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0AA is #001F55. Grayscale: #E3E3E3. Windows color (decimal): -8022 or 11198719. OLE color: 11198719.
HSL color Cylindrical-coordinate representation of color #FFE0AA: hue angle of 38.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE0AA is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 170 | - |
| CMYK | 0 | 0.12 | 0.33 | 0 |
| HSL | 38.12º | 1% | 0.83% | - |
| HSV(B) | 38.12º | 0.33% | 1% | - |
| XYZ | 75.15 | 77.47 | 49.02 | - |
| YUV | 227.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 170 | 0 | 0.12 | 0.33 | 0 | 38.12 | 1 | 0.83 |
| Hex | FF | E0 | AA | 0 | C | 21 | 0 | 26 | 64 | 53 |
| Octal | 377 | 340 | 252 | 0 | 14 | 41 | 0 | 46 | 144 | 123 |
| Binary | 11111111 | 11100000 | 10101010 | 0 | 1100 | 100001 | 0 | 100110 | 1100100 | 1010011 |
Color Harmonies of #FFE0AA
Complementary color
Monochromatic Colors of #FFE0AA
Black with #FFE0AA
Text Example
Text Example
White with #FFE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0AA; }
p { color: rgb(255,224,170); }
H1.HeaderClassName
{
color: #FFE0AA;
}
.AnyTagClassName
{
color: #FFE0AA;
}
</style>
background-color css
<style>
a { background-color: #FFE0AA; }
a { background-color: rgb(255,224,170); }
div.DivClassName
{
background-color: #FFE0AA;
}
.BgClassName
{
background-color: #FFE0AA;
}
</style>
border-color css
<style>
span { border-color: #FFE0AA; }
span { border-color: rgb(255,224,170); }
td.TdClassName
{
border-color: #FFE0AA;
}
.TagClassName
{
border-color: #FFE0AA;
}
</style>