Shades of Cape Honey #FFE1A6
Tints of Cape Honey #FFE1A6
RGB
CMYK
RGB Variations
Color information
#FFE1A6 (or 0xFFE1A6) is known color: Cape Honey. HEX triplet: FF, E1 and A6. RGB value is (255,225,166). Sum of RGB (Red+Green+Blue) = 255+225+166=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 166 (65.23% from 255 or 25.70% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A6 is #001E59. Grayscale: #E3E3E3. Windows color (decimal): -7770 or 10936831. OLE color: 10936831.
HSL color Cylindrical-coordinate representation of color #FFE1A6: hue angle of 39.78º 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 #FFE1A6 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 166 | - |
| CMYK | 0 | 0.12 | 0.35 | 0 |
| HSL | 39.78º | 1% | 0.83% | - |
| HSV(B) | 39.78º | 0.35% | 1% | - |
| XYZ | 75.05 | 77.86 | 47.15 | - |
| YUV | 227.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 166 | 0 | 0.12 | 0.35 | 0 | 39.78 | 1 | 0.83 |
| Hex | FF | E1 | A6 | 0 | C | 23 | 0 | 28 | 64 | 53 |
| Octal | 377 | 341 | 246 | 0 | 14 | 43 | 0 | 50 | 144 | 123 |
| Binary | 11111111 | 11100001 | 10100110 | 0 | 1100 | 100011 | 0 | 101000 | 1100100 | 1010011 |
Color Harmonies of #FFE1A6
Complementary color
Monochromatic Colors of #FFE1A6
Black with #FFE1A6
Text Example
Text Example
White with #FFE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1A6; }
p { color: rgb(255,225,166); }
H1.HeaderClassName
{
color: #FFE1A6;
}
.AnyTagClassName
{
color: #FFE1A6;
}
</style>
background-color css
<style>
a { background-color: #FFE1A6; }
a { background-color: rgb(255,225,166); }
div.DivClassName
{
background-color: #FFE1A6;
}
.BgClassName
{
background-color: #FFE1A6;
}
</style>
border-color css
<style>
span { border-color: #FFE1A6; }
span { border-color: rgb(255,225,166); }
td.TdClassName
{
border-color: #FFE1A6;
}
.TagClassName
{
border-color: #FFE1A6;
}
</style>