Shades of Cape Honey #FFE8A7
Tints of Cape Honey #FFE8A7
RGB
CMYK
RGB Variations
Color information
#FFE8A7 (or 0xFFE8A7) is known color: Cape Honey. HEX triplet: FF, E8 and A7. RGB value is (255,232,167). Sum of RGB (Red+Green+Blue) = 255+232+167=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE8A7 is #001758. Grayscale: #E7E7E7. Windows color (decimal): -5977 or 11004159. OLE color: 11004159.
HSL color Cylindrical-coordinate representation of color #FFE8A7: hue angle of 44.32º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFE8A7 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 167 | - |
| CMYK | 0 | 0.09 | 0.35 | 0 |
| HSL | 44.32º | 1% | 0.83% | - |
| HSV(B) | 44.32º | 0.35% | 1% | - |
| XYZ | 77.07 | 81.76 | 48.28 | - |
| YUV | 231.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 167 | 0 | 0.09 | 0.35 | 0 | 44.32 | 1 | 0.83 |
| Hex | FF | E8 | A7 | 0 | 9 | 23 | 0 | 2C | 64 | 53 |
| Octal | 377 | 350 | 247 | 0 | 11 | 43 | 0 | 54 | 144 | 123 |
| Binary | 11111111 | 11101000 | 10100111 | 0 | 1001 | 100011 | 0 | 101100 | 1100100 | 1010011 |
Color Harmonies of #FFE8A7
Complementary color
Monochromatic Colors of #FFE8A7
Black with #FFE8A7
Text Example
Text Example
White with #FFE8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8A7; }
p { color: rgb(255,232,167); }
H1.HeaderClassName
{
color: #FFE8A7;
}
.AnyTagClassName
{
color: #FFE8A7;
}
</style>
background-color css
<style>
a { background-color: #FFE8A7; }
a { background-color: rgb(255,232,167); }
div.DivClassName
{
background-color: #FFE8A7;
}
.BgClassName
{
background-color: #FFE8A7;
}
</style>
border-color css
<style>
span { border-color: #FFE8A7; }
span { border-color: rgb(255,232,167); }
td.TdClassName
{
border-color: #FFE8A7;
}
.TagClassName
{
border-color: #FFE8A7;
}
</style>