Shades of Cape Honey #FFE4A6
Tints of Cape Honey #FFE4A6
RGB
CMYK
RGB Variations
Color information
#FFE4A6 (or 0xFFE4A6) is known color: Cape Honey. HEX triplet: FF, E4 and A6. RGB value is (255,228,166). Sum of RGB (Red+Green+Blue) = 255+228+166=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A6 is #001B59. Grayscale: #E5E5E5. Windows color (decimal): -7002 or 10937599. OLE color: 10937599.
HSL color Cylindrical-coordinate representation of color #FFE4A6: hue angle of 41.8º 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 #FFE4A6 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 166 | - |
| CMYK | 0 | 0.11 | 0.35 | 0 |
| HSL | 41.8º | 1% | 0.83% | - |
| HSV(B) | 41.8º | 0.35% | 1% | - |
| XYZ | 75.87 | 79.5 | 47.42 | - |
| YUV | 229.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 166 | 0 | 0.11 | 0.35 | 0 | 41.8 | 1 | 0.83 |
| Hex | FF | E4 | A6 | 0 | B | 23 | 0 | 2A | 64 | 53 |
| Octal | 377 | 344 | 246 | 0 | 13 | 43 | 0 | 52 | 144 | 123 |
| Binary | 11111111 | 11100100 | 10100110 | 0 | 1011 | 100011 | 0 | 101010 | 1100100 | 1010011 |
Color Harmonies of #FFE4A6
Complementary color
Monochromatic Colors of #FFE4A6
Black with #FFE4A6
Text Example
Text Example
White with #FFE4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A6; }
p { color: rgb(255,228,166); }
H1.HeaderClassName
{
color: #FFE4A6;
}
.AnyTagClassName
{
color: #FFE4A6;
}
</style>
background-color css
<style>
a { background-color: #FFE4A6; }
a { background-color: rgb(255,228,166); }
div.DivClassName
{
background-color: #FFE4A6;
}
.BgClassName
{
background-color: #FFE4A6;
}
</style>
border-color css
<style>
span { border-color: #FFE4A6; }
span { border-color: rgb(255,228,166); }
td.TdClassName
{
border-color: #FFE4A6;
}
.TagClassName
{
border-color: #FFE4A6;
}
</style>