Shades of Navajo White #FFE0AB
Tints of Navajo White #FFE0AB
RGB
CMYK
RGB Variations
Color information
#FFE0AB (or 0xFFE0AB) is known color: Navajo White. HEX triplet: FF, E0 and AB. RGB value is (255,224,171). Sum of RGB (Red+Green+Blue) = 255+224+171=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0AB is #001F54. Grayscale: #E3E3E3. Windows color (decimal): -8021 or 11264255. OLE color: 11264255.
HSL color Cylindrical-coordinate representation of color #FFE0AB: hue angle of 37.86º 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 #FFE0AB is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 171 | - |
| CMYK | 0 | 0.12 | 0.33 | 0 |
| HSL | 37.86º | 1% | 0.84% | - |
| HSV(B) | 37.86º | 0.33% | 1% | - |
| XYZ | 75.25 | 77.51 | 49.52 | - |
| YUV | 227.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 171 | 0 | 0.12 | 0.33 | 0 | 37.86 | 1 | 0.84 |
| Hex | FF | E0 | AB | 0 | C | 21 | 0 | 26 | 64 | 54 |
| Octal | 377 | 340 | 253 | 0 | 14 | 41 | 0 | 46 | 144 | 124 |
| Binary | 11111111 | 11100000 | 10101011 | 0 | 1100 | 100001 | 0 | 100110 | 1100100 | 1010100 |
Color Harmonies of #FFE0AB
Complementary color
Monochromatic Colors of #FFE0AB
Black with #FFE0AB
Text Example
Text Example
White with #FFE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0AB; }
p { color: rgb(255,224,171); }
H1.HeaderClassName
{
color: #FFE0AB;
}
.AnyTagClassName
{
color: #FFE0AB;
}
</style>
background-color css
<style>
a { background-color: #FFE0AB; }
a { background-color: rgb(255,224,171); }
div.DivClassName
{
background-color: #FFE0AB;
}
.BgClassName
{
background-color: #FFE0AB;
}
</style>
border-color css
<style>
span { border-color: #FFE0AB; }
span { border-color: rgb(255,224,171); }
td.TdClassName
{
border-color: #FFE0AB;
}
.TagClassName
{
border-color: #FFE0AB;
}
</style>