Shades of Navajo White #FFE1AD
Tints of Navajo White #FFE1AD
RGB
CMYK
RGB Variations
Color information
#FFE1AD (or 0xFFE1AD) is known color: Navajo White. HEX triplet: FF, E1 and AD. RGB value is (255,225,173). Sum of RGB (Red+Green+Blue) = 255+225+173=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AD is #001E52. Grayscale: #E4E4E4. Windows color (decimal): -7763 or 11395583. OLE color: 11395583.
HSL color Cylindrical-coordinate representation of color #FFE1AD: hue angle of 38.05º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFE1AD is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 173 | - |
| CMYK | 0 | 0.12 | 0.32 | 0 |
| HSL | 38.05º | 1% | 0.84% | - |
| HSV(B) | 38.05º | 0.32% | 1% | - |
| XYZ | 75.71 | 78.13 | 50.63 | - |
| YUV | 228.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 173 | 0 | 0.12 | 0.32 | 0 | 38.05 | 1 | 0.84 |
| Hex | FF | E1 | AD | 0 | C | 20 | 0 | 26 | 64 | 54 |
| Octal | 377 | 341 | 255 | 0 | 14 | 40 | 0 | 46 | 144 | 124 |
| Binary | 11111111 | 11100001 | 10101101 | 0 | 1100 | 100000 | 0 | 100110 | 1100100 | 1010100 |
Color Harmonies of #FFE1AD
Complementary color
Monochromatic Colors of #FFE1AD
Black with #FFE1AD
Text Example
Text Example
White with #FFE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1AD; }
p { color: rgb(255,225,173); }
H1.HeaderClassName
{
color: #FFE1AD;
}
.AnyTagClassName
{
color: #FFE1AD;
}
</style>
background-color css
<style>
a { background-color: #FFE1AD; }
a { background-color: rgb(255,225,173); }
div.DivClassName
{
background-color: #FFE1AD;
}
.BgClassName
{
background-color: #FFE1AD;
}
</style>
border-color css
<style>
span { border-color: #FFE1AD; }
span { border-color: rgb(255,225,173); }
td.TdClassName
{
border-color: #FFE1AD;
}
.TagClassName
{
border-color: #FFE1AD;
}
</style>