Shades of Cape Honey #FFE4AB
Tints of Cape Honey #FFE4AB
RGB
CMYK
RGB Variations
Color information
#FFE4AB (or 0xFFE4AB) is known color: Cape Honey. HEX triplet: FF, E4 and AB. RGB value is (255,228,171). Sum of RGB (Red+Green+Blue) = 255+228+171=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4AB is #001B54. Grayscale: #E5E5E5. Windows color (decimal): -6997 or 11265279. OLE color: 11265279.
HSL color Cylindrical-coordinate representation of color #FFE4AB: hue angle of 40.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE4AB is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 171 | - |
| CMYK | 0 | 0.11 | 0.33 | 0 |
| HSL | 40.71º | 1% | 0.84% | - |
| HSV(B) | 40.71º | 0.33% | 1% | - |
| XYZ | 76.33 | 79.69 | 49.89 | - |
| YUV | 229.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 171 | 0 | 0.11 | 0.33 | 0 | 40.71 | 1 | 0.84 |
| Hex | FF | E4 | AB | 0 | B | 21 | 0 | 29 | 64 | 54 |
| Octal | 377 | 344 | 253 | 0 | 13 | 41 | 0 | 51 | 144 | 124 |
| Binary | 11111111 | 11100100 | 10101011 | 0 | 1011 | 100001 | 0 | 101001 | 1100100 | 1010100 |
Color Harmonies of #FFE4AB
Complementary color
Monochromatic Colors of #FFE4AB
Black with #FFE4AB
Text Example
Text Example
White with #FFE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4AB; }
p { color: rgb(255,228,171); }
H1.HeaderClassName
{
color: #FFE4AB;
}
.AnyTagClassName
{
color: #FFE4AB;
}
</style>
background-color css
<style>
a { background-color: #FFE4AB; }
a { background-color: rgb(255,228,171); }
div.DivClassName
{
background-color: #FFE4AB;
}
.BgClassName
{
background-color: #FFE4AB;
}
</style>
border-color css
<style>
span { border-color: #FFE4AB; }
span { border-color: rgb(255,228,171); }
td.TdClassName
{
border-color: #FFE4AB;
}
.TagClassName
{
border-color: #FFE4AB;
}
</style>