Shades of Cape Honey #FFE5AA
Tints of Cape Honey #FFE5AA
RGB
CMYK
RGB Variations
Color information
#FFE5AA (or 0xFFE5AA) is known color: Cape Honey. HEX triplet: FF, E5 and AA. RGB value is (255,229,170). Sum of RGB (Red+Green+Blue) = 255+229+170=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5AA is #001A55. Grayscale: #E6E6E6. Windows color (decimal): -6742 or 11199999. OLE color: 11199999.
HSL color Cylindrical-coordinate representation of color #FFE5AA: hue angle of 41.65º 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 #FFE5AA is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 170 | - |
| CMYK | 0 | 0.10 | 0.33 | 0 |
| HSL | 41.65º | 1% | 0.83% | - |
| HSV(B) | 41.65º | 0.33% | 1% | - |
| XYZ | 76.52 | 80.2 | 49.48 | - |
| YUV | 230.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 170 | 0 | 0.10 | 0.33 | 0 | 41.65 | 1 | 0.83 |
| Hex | FF | E5 | AA | 0 | A | 21 | 0 | 2A | 64 | 53 |
| Octal | 377 | 345 | 252 | 0 | 12 | 41 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100101 | 10101010 | 0 | 1010 | 100001 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE5AA
Complementary color
Monochromatic Colors of #FFE5AA
Black with #FFE5AA
Text Example
Text Example
White with #FFE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5AA; }
p { color: rgb(255,229,170); }
H1.HeaderClassName
{
color: #FFE5AA;
}
.AnyTagClassName
{
color: #FFE5AA;
}
</style>
background-color css
<style>
a { background-color: #FFE5AA; }
a { background-color: rgb(255,229,170); }
div.DivClassName
{
background-color: #FFE5AA;
}
.BgClassName
{
background-color: #FFE5AA;
}
</style>
border-color css
<style>
span { border-color: #FFE5AA; }
span { border-color: rgb(255,229,170); }
td.TdClassName
{
border-color: #FFE5AA;
}
.TagClassName
{
border-color: #FFE5AA;
}
</style>