Shades of Cape Honey #FFE4A8
Tints of Cape Honey #FFE4A8
RGB
CMYK
RGB Variations
Color information
#FFE4A8 (or 0xFFE4A8) is known color: Cape Honey. HEX triplet: FF, E4 and A8. RGB value is (255,228,168). Sum of RGB (Red+Green+Blue) = 255+228+168=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A8 is #001B57. Grayscale: #E5E5E5. Windows color (decimal): -7000 or 11068671. OLE color: 11068671.
HSL color Cylindrical-coordinate representation of color #FFE4A8: hue angle of 41.38º 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 #FFE4A8 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 168 | - |
| CMYK | 0 | 0.11 | 0.34 | 0 |
| HSL | 41.38º | 1% | 0.83% | - |
| HSV(B) | 41.38º | 0.34% | 1% | - |
| XYZ | 76.05 | 79.57 | 48.4 | - |
| YUV | 229.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 168 | 0 | 0.11 | 0.34 | 0 | 41.38 | 1 | 0.83 |
| Hex | FF | E4 | A8 | 0 | B | 22 | 0 | 29 | 64 | 53 |
| Octal | 377 | 344 | 250 | 0 | 13 | 42 | 0 | 51 | 144 | 123 |
| Binary | 11111111 | 11100100 | 10101000 | 0 | 1011 | 100010 | 0 | 101001 | 1100100 | 1010011 |
Color Harmonies of #FFE4A8
Complementary color
Monochromatic Colors of #FFE4A8
Black with #FFE4A8
Text Example
Text Example
White with #FFE4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A8; }
p { color: rgb(255,228,168); }
H1.HeaderClassName
{
color: #FFE4A8;
}
.AnyTagClassName
{
color: #FFE4A8;
}
</style>
background-color css
<style>
a { background-color: #FFE4A8; }
a { background-color: rgb(255,228,168); }
div.DivClassName
{
background-color: #FFE4A8;
}
.BgClassName
{
background-color: #FFE4A8;
}
</style>
border-color css
<style>
span { border-color: #FFE4A8; }
span { border-color: rgb(255,228,168); }
td.TdClassName
{
border-color: #FFE4A8;
}
.TagClassName
{
border-color: #FFE4A8;
}
</style>