Shades of Cape Honey #FFE5A7
Tints of Cape Honey #FFE5A7
RGB
CMYK
RGB Variations
Color information
#FFE5A7 (or 0xFFE5A7) is known color: Cape Honey. HEX triplet: FF, E5 and A7. RGB value is (255,229,167). Sum of RGB (Red+Green+Blue) = 255+229+167=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 167 (65.62% from 255 or 25.65% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A7 is #001A58. Grayscale: #E5E5E5. Windows color (decimal): -6745 or 11003391. OLE color: 11003391.
HSL color Cylindrical-coordinate representation of color #FFE5A7: hue angle of 42.27º 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 #FFE5A7 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 167 | - |
| CMYK | 0 | 0.10 | 0.35 | 0 |
| HSL | 42.27º | 1% | 0.83% | - |
| HSV(B) | 42.27º | 0.35% | 1% | - |
| XYZ | 76.23 | 80.09 | 48 | - |
| YUV | 229.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 167 | 0 | 0.10 | 0.35 | 0 | 42.27 | 1 | 0.83 |
| Hex | FF | E5 | A7 | 0 | A | 23 | 0 | 2A | 64 | 53 |
| Octal | 377 | 345 | 247 | 0 | 12 | 43 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100101 | 10100111 | 0 | 1010 | 100011 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE5A7
Complementary color
Monochromatic Colors of #FFE5A7
Black with #FFE5A7
Text Example
Text Example
White with #FFE5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A7; }
p { color: rgb(255,229,167); }
H1.HeaderClassName
{
color: #FFE5A7;
}
.AnyTagClassName
{
color: #FFE5A7;
}
</style>
background-color css
<style>
a { background-color: #FFE5A7; }
a { background-color: rgb(255,229,167); }
div.DivClassName
{
background-color: #FFE5A7;
}
.BgClassName
{
background-color: #FFE5A7;
}
</style>
border-color css
<style>
span { border-color: #FFE5A7; }
span { border-color: rgb(255,229,167); }
td.TdClassName
{
border-color: #FFE5A7;
}
.TagClassName
{
border-color: #FFE5A7;
}
</style>