Shades of Cape Honey #FFE0A1
Tints of Cape Honey #FFE0A1
RGB
CMYK
RGB Variations
Color information
#FFE0A1 (or 0xFFE0A1) is known color: Cape Honey. HEX triplet: FF, E0 and A1. RGB value is (255,224,161). Sum of RGB (Red+Green+Blue) = 255+224+161=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A1 is #001F5E. Grayscale: #E2E2E2. Windows color (decimal): -8031 or 10608895. OLE color: 10608895.
HSL color Cylindrical-coordinate representation of color #FFE0A1: hue angle of 40.21º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFE0A1 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 161 | - |
| CMYK | 0 | 0.12 | 0.37 | 0 |
| HSL | 40.21º | 1% | 0.82% | - |
| HSV(B) | 40.21º | 0.37% | 1% | - |
| XYZ | 74.33 | 77.14 | 44.69 | - |
| YUV | 226.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 161 | 0 | 0.12 | 0.37 | 0 | 40.21 | 1 | 0.82 |
| Hex | FF | E0 | A1 | 0 | C | 25 | 0 | 28 | 64 | 52 |
| Octal | 377 | 340 | 241 | 0 | 14 | 45 | 0 | 50 | 144 | 122 |
| Binary | 11111111 | 11100000 | 10100001 | 0 | 1100 | 100101 | 0 | 101000 | 1100100 | 1010010 |
Color Harmonies of #FFE0A1
Complementary color
Monochromatic Colors of #FFE0A1
Black with #FFE0A1
Text Example
Text Example
White with #FFE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0A1; }
p { color: rgb(255,224,161); }
H1.HeaderClassName
{
color: #FFE0A1;
}
.AnyTagClassName
{
color: #FFE0A1;
}
</style>
background-color css
<style>
a { background-color: #FFE0A1; }
a { background-color: rgb(255,224,161); }
div.DivClassName
{
background-color: #FFE0A1;
}
.BgClassName
{
background-color: #FFE0A1;
}
</style>
border-color css
<style>
span { border-color: #FFE0A1; }
span { border-color: rgb(255,224,161); }
td.TdClassName
{
border-color: #FFE0A1;
}
.TagClassName
{
border-color: #FFE0A1;
}
</style>