Shades of Cape Honey #FFE2AA
Tints of Cape Honey #FFE2AA
RGB
CMYK
RGB Variations
Color information
#FFE2AA (or 0xFFE2AA) is known color: Cape Honey. HEX triplet: FF, E2 and AA. RGB value is (255,226,170). Sum of RGB (Red+Green+Blue) = 255+226+170=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AA is #001D55. Grayscale: #E4E4E4. Windows color (decimal): -7510 or 11199231. OLE color: 11199231.
HSL color Cylindrical-coordinate representation of color #FFE2AA: hue angle of 39.53º 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 #FFE2AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 170 | - |
| CMYK | 0 | 0.11 | 0.33 | 0 |
| HSL | 39.53º | 1% | 0.83% | - |
| HSV(B) | 39.53º | 0.33% | 1% | - |
| XYZ | 75.69 | 78.55 | 49.2 | - |
| YUV | 228.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 170 | 0 | 0.11 | 0.33 | 0 | 39.53 | 1 | 0.83 |
| Hex | FF | E2 | AA | 0 | B | 21 | 0 | 28 | 64 | 53 |
| Octal | 377 | 342 | 252 | 0 | 13 | 41 | 0 | 50 | 144 | 123 |
| Binary | 11111111 | 11100010 | 10101010 | 0 | 1011 | 100001 | 0 | 101000 | 1100100 | 1010011 |
Color Harmonies of #FFE2AA
Complementary color
Monochromatic Colors of #FFE2AA
Black with #FFE2AA
Text Example
Text Example
White with #FFE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2AA; }
p { color: rgb(255,226,170); }
H1.HeaderClassName
{
color: #FFE2AA;
}
.AnyTagClassName
{
color: #FFE2AA;
}
</style>
background-color css
<style>
a { background-color: #FFE2AA; }
a { background-color: rgb(255,226,170); }
div.DivClassName
{
background-color: #FFE2AA;
}
.BgClassName
{
background-color: #FFE2AA;
}
</style>
border-color css
<style>
span { border-color: #FFE2AA; }
span { border-color: rgb(255,226,170); }
td.TdClassName
{
border-color: #FFE2AA;
}
.TagClassName
{
border-color: #FFE2AA;
}
</style>