Shades of Navajo White #FFE2AE
Tints of Navajo White #FFE2AE
RGB
CMYK
RGB Variations
Color information
#FFE2AE (or 0xFFE2AE) is known color: Navajo White. HEX triplet: FF, E2 and AE. RGB value is (255,226,174). Sum of RGB (Red+Green+Blue) = 255+226+174=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AE is #001D51. Grayscale: #E4E4E4. Windows color (decimal): -7506 or 11461375. OLE color: 11461375.
HSL color Cylindrical-coordinate representation of color #FFE2AE: hue angle of 38.52º 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 #FFE2AE is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 174 | - |
| CMYK | 0 | 0.11 | 0.32 | 0 |
| HSL | 38.52º | 1% | 0.84% | - |
| HSV(B) | 38.52º | 0.32% | 1% | - |
| XYZ | 76.08 | 78.71 | 51.23 | - |
| YUV | 228.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 174 | 0 | 0.11 | 0.32 | 0 | 38.52 | 1 | 0.84 |
| Hex | FF | E2 | AE | 0 | B | 20 | 0 | 27 | 64 | 54 |
| Octal | 377 | 342 | 256 | 0 | 13 | 40 | 0 | 47 | 144 | 124 |
| Binary | 11111111 | 11100010 | 10101110 | 0 | 1011 | 100000 | 0 | 100111 | 1100100 | 1010100 |
Color Harmonies of #FFE2AE
Complementary color
Monochromatic Colors of #FFE2AE
Black with #FFE2AE
Text Example
Text Example
White with #FFE2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2AE; }
p { color: rgb(255,226,174); }
H1.HeaderClassName
{
color: #FFE2AE;
}
.AnyTagClassName
{
color: #FFE2AE;
}
</style>
background-color css
<style>
a { background-color: #FFE2AE; }
a { background-color: rgb(255,226,174); }
div.DivClassName
{
background-color: #FFE2AE;
}
.BgClassName
{
background-color: #FFE2AE;
}
</style>
border-color css
<style>
span { border-color: #FFE2AE; }
span { border-color: rgb(255,226,174); }
td.TdClassName
{
border-color: #FFE2AE;
}
.TagClassName
{
border-color: #FFE2AE;
}
</style>