Shades of Cape Honey #FFE7A7
Tints of Cape Honey #FFE7A7
RGB
CMYK
RGB Variations
Color information
#FFE7A7 (or 0xFFE7A7) is known color: Cape Honey. HEX triplet: FF, E7 and A7. RGB value is (255,231,167). Sum of RGB (Red+Green+Blue) = 255+231+167=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 167 (65.62% from 255 or 25.57% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE7A7 is #001858. Grayscale: #E7E7E7. Windows color (decimal): -6233 or 11003903. OLE color: 11003903.
HSL color Cylindrical-coordinate representation of color #FFE7A7: hue angle of 43.64º 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 #FFE7A7 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 167 | - |
| CMYK | 0 | 0.09 | 0.35 | 0 |
| HSL | 43.64º | 1% | 0.83% | - |
| HSV(B) | 43.64º | 0.35% | 1% | - |
| XYZ | 76.79 | 81.2 | 48.19 | - |
| YUV | 230.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 167 | 0 | 0.09 | 0.35 | 0 | 43.64 | 1 | 0.83 |
| Hex | FF | E7 | A7 | 0 | 9 | 23 | 0 | 2C | 64 | 53 |
| Octal | 377 | 347 | 247 | 0 | 11 | 43 | 0 | 54 | 144 | 123 |
| Binary | 11111111 | 11100111 | 10100111 | 0 | 1001 | 100011 | 0 | 101100 | 1100100 | 1010011 |
Color Harmonies of #FFE7A7
Complementary color
Monochromatic Colors of #FFE7A7
Black with #FFE7A7
Text Example
Text Example
White with #FFE7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7A7; }
p { color: rgb(255,231,167); }
H1.HeaderClassName
{
color: #FFE7A7;
}
.AnyTagClassName
{
color: #FFE7A7;
}
</style>
background-color css
<style>
a { background-color: #FFE7A7; }
a { background-color: rgb(255,231,167); }
div.DivClassName
{
background-color: #FFE7A7;
}
.BgClassName
{
background-color: #FFE7A7;
}
</style>
border-color css
<style>
span { border-color: #FFE7A7; }
span { border-color: rgb(255,231,167); }
td.TdClassName
{
border-color: #FFE7A7;
}
.TagClassName
{
border-color: #FFE7A7;
}
</style>