Shades of Navajo White #FEE0AF
Tints of Navajo White #FEE0AF
RGB
CMYK
RGB Variations
Color information
#FEE0AF (or 0xFEE0AF) is known color: Navajo White. HEX triplet: FE, E0 and AF. RGB value is (254,224,175). Sum of RGB (Red+Green+Blue) = 254+224+175=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0AF is #011F50. Grayscale: #E3E3E3. Windows color (decimal): -73553 or 11526398. OLE color: 11526398.
HSL color Cylindrical-coordinate representation of color #FEE0AF: hue angle of 37.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE0AF is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 175 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.00 |
| HSL | 37.22º | 0.98% | 0.84% | - |
| HSV(B) | 37.22º | 0.31% | 1% | - |
| XYZ | 75.27 | 77.48 | 51.55 | - |
| YUV | 227.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 175 | 0 | 0.12 | 0.31 | 0.00 | 37.22 | 0.98 | 0.84 |
| Hex | FE | E0 | AF | 0 | C | 1F | 0 | 25 | 62 | 54 |
| Octal | 376 | 340 | 257 | 0 | 14 | 37 | 0 | 45 | 142 | 124 |
| Binary | 11111110 | 11100000 | 10101111 | 0 | 1100 | 11111 | 0 | 100101 | 1100010 | 1010100 |
Color Harmonies of #FEE0AF
Complementary color
Monochromatic Colors of #FEE0AF
Black with #FEE0AF
Text Example
Text Example
White with #FEE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0AF; }
p { color: rgb(254,224,175); }
H1.HeaderClassName
{
color: #FEE0AF;
}
.AnyTagClassName
{
color: #FEE0AF;
}
</style>
background-color css
<style>
a { background-color: #FEE0AF; }
a { background-color: rgb(254,224,175); }
div.DivClassName
{
background-color: #FEE0AF;
}
.BgClassName
{
background-color: #FEE0AF;
}
</style>
border-color css
<style>
span { border-color: #FEE0AF; }
span { border-color: rgb(254,224,175); }
td.TdClassName
{
border-color: #FEE0AF;
}
.TagClassName
{
border-color: #FEE0AF;
}
</style>