Shades of Cape Honey #FFE4A7
Tints of Cape Honey #FFE4A7
RGB
CMYK
RGB Variations
Color information
#FFE4A7 (or 0xFFE4A7) is known color: Cape Honey. HEX triplet: FF, E4 and A7. RGB value is (255,228,167). Sum of RGB (Red+Green+Blue) = 255+228+167=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A7 is #001B58. Grayscale: #E5E5E5. Windows color (decimal): -7001 or 11003135. OLE color: 11003135.
HSL color Cylindrical-coordinate representation of color #FFE4A7: hue angle of 41.59º 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 #FFE4A7 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 167 | - |
| CMYK | 0 | 0.11 | 0.35 | 0 |
| HSL | 41.59º | 1% | 0.83% | - |
| HSV(B) | 41.59º | 0.35% | 1% | - |
| XYZ | 75.96 | 79.54 | 47.91 | - |
| YUV | 229.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 167 | 0 | 0.11 | 0.35 | 0 | 41.59 | 1 | 0.83 |
| Hex | FF | E4 | A7 | 0 | B | 23 | 0 | 2A | 64 | 53 |
| Octal | 377 | 344 | 247 | 0 | 13 | 43 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100100 | 10100111 | 0 | 1011 | 100011 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE4A7
Complementary color
Monochromatic Colors of #FFE4A7
Black with #FFE4A7
Text Example
Text Example
White with #FFE4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A7; }
p { color: rgb(255,228,167); }
H1.HeaderClassName
{
color: #FFE4A7;
}
.AnyTagClassName
{
color: #FFE4A7;
}
</style>
background-color css
<style>
a { background-color: #FFE4A7; }
a { background-color: rgb(255,228,167); }
div.DivClassName
{
background-color: #FFE4A7;
}
.BgClassName
{
background-color: #FFE4A7;
}
</style>
border-color css
<style>
span { border-color: #FFE4A7; }
span { border-color: rgb(255,228,167); }
td.TdClassName
{
border-color: #FFE4A7;
}
.TagClassName
{
border-color: #FFE4A7;
}
</style>