Shades of Cape Honey #FFE5A8
Tints of Cape Honey #FFE5A8
RGB
CMYK
RGB Variations
Color information
#FFE5A8 (or 0xFFE5A8) is known color: Cape Honey. HEX triplet: FF, E5 and A8. RGB value is (255,229,168). Sum of RGB (Red+Green+Blue) = 255+229+168=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 168 (66.02% from 255 or 25.77% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A8 is #001A57. Grayscale: #E6E6E6. Windows color (decimal): -6744 or 11068927. OLE color: 11068927.
HSL color Cylindrical-coordinate representation of color #FFE5A8: hue angle of 42.07º 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 #FFE5A8 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 168 | - |
| CMYK | 0 | 0.10 | 0.34 | 0 |
| HSL | 42.07º | 1% | 0.83% | - |
| HSV(B) | 42.07º | 0.34% | 1% | - |
| XYZ | 76.33 | 80.13 | 48.49 | - |
| YUV | 229.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 168 | 0 | 0.10 | 0.34 | 0 | 42.07 | 1 | 0.83 |
| Hex | FF | E5 | A8 | 0 | A | 22 | 0 | 2A | 64 | 53 |
| Octal | 377 | 345 | 250 | 0 | 12 | 42 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100101 | 10101000 | 0 | 1010 | 100010 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE5A8
Complementary color
Monochromatic Colors of #FFE5A8
Black with #FFE5A8
Text Example
Text Example
White with #FFE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A8; }
p { color: rgb(255,229,168); }
H1.HeaderClassName
{
color: #FFE5A8;
}
.AnyTagClassName
{
color: #FFE5A8;
}
</style>
background-color css
<style>
a { background-color: #FFE5A8; }
a { background-color: rgb(255,229,168); }
div.DivClassName
{
background-color: #FFE5A8;
}
.BgClassName
{
background-color: #FFE5A8;
}
</style>
border-color css
<style>
span { border-color: #FFE5A8; }
span { border-color: rgb(255,229,168); }
td.TdClassName
{
border-color: #FFE5A8;
}
.TagClassName
{
border-color: #FFE5A8;
}
</style>