Shades of Cape Honey #FFE5A9
Tints of Cape Honey #FFE5A9
RGB
CMYK
RGB Variations
Color information
#FFE5A9 (or 0xFFE5A9) is known color: Cape Honey. HEX triplet: FF, E5 and A9. RGB value is (255,229,169). Sum of RGB (Red+Green+Blue) = 255+229+169=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 169 (66.41% from 255 or 25.88% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A9 is #001A56. Grayscale: #E6E6E6. Windows color (decimal): -6743 or 11134463. OLE color: 11134463.
HSL color Cylindrical-coordinate representation of color #FFE5A9: hue angle of 41.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFE5A9 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 169 | - |
| CMYK | 0 | 0.10 | 0.34 | 0 |
| HSL | 41.86º | 1% | 0.83% | - |
| HSV(B) | 41.86º | 0.34% | 1% | - |
| XYZ | 76.42 | 80.16 | 48.98 | - |
| YUV | 229.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 169 | 0 | 0.10 | 0.34 | 0 | 41.86 | 1 | 0.83 |
| Hex | FF | E5 | A9 | 0 | A | 22 | 0 | 2A | 64 | 53 |
| Octal | 377 | 345 | 251 | 0 | 12 | 42 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100101 | 10101001 | 0 | 1010 | 100010 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE5A9
Complementary color
Monochromatic Colors of #FFE5A9
Black with #FFE5A9
Text Example
Text Example
White with #FFE5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A9; }
p { color: rgb(255,229,169); }
H1.HeaderClassName
{
color: #FFE5A9;
}
.AnyTagClassName
{
color: #FFE5A9;
}
</style>
background-color css
<style>
a { background-color: #FFE5A9; }
a { background-color: rgb(255,229,169); }
div.DivClassName
{
background-color: #FFE5A9;
}
.BgClassName
{
background-color: #FFE5A9;
}
</style>
border-color css
<style>
span { border-color: #FFE5A9; }
span { border-color: rgb(255,229,169); }
td.TdClassName
{
border-color: #FFE5A9;
}
.TagClassName
{
border-color: #FFE5A9;
}
</style>