Shades of Cape Honey #FFE1A1
Tints of Cape Honey #FFE1A1
RGB
CMYK
RGB Variations
Color information
#FFE1A1 (or 0xFFE1A1) is known color: Cape Honey. HEX triplet: FF, E1 and A1. RGB value is (255,225,161). Sum of RGB (Red+Green+Blue) = 255+225+161=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A1 is #001E5E. Grayscale: #E2E2E2. Windows color (decimal): -7775 or 10609151. OLE color: 10609151.
HSL color Cylindrical-coordinate representation of color #FFE1A1: hue angle of 40.85º 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 #FFE1A1 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 161 | - |
| CMYK | 0 | 0.12 | 0.37 | 0 |
| HSL | 40.85º | 1% | 0.82% | - |
| HSV(B) | 40.85º | 0.37% | 1% | - |
| XYZ | 74.6 | 77.68 | 44.78 | - |
| YUV | 226.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 161 | 0 | 0.12 | 0.37 | 0 | 40.85 | 1 | 0.82 |
| Hex | FF | E1 | A1 | 0 | C | 25 | 0 | 29 | 64 | 52 |
| Octal | 377 | 341 | 241 | 0 | 14 | 45 | 0 | 51 | 144 | 122 |
| Binary | 11111111 | 11100001 | 10100001 | 0 | 1100 | 100101 | 0 | 101001 | 1100100 | 1010010 |
Color Harmonies of #FFE1A1
Complementary color
Monochromatic Colors of #FFE1A1
Black with #FFE1A1
Text Example
Text Example
White with #FFE1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1A1; }
p { color: rgb(255,225,161); }
H1.HeaderClassName
{
color: #FFE1A1;
}
.AnyTagClassName
{
color: #FFE1A1;
}
</style>
background-color css
<style>
a { background-color: #FFE1A1; }
a { background-color: rgb(255,225,161); }
div.DivClassName
{
background-color: #FFE1A1;
}
.BgClassName
{
background-color: #FFE1A1;
}
</style>
border-color css
<style>
span { border-color: #FFE1A1; }
span { border-color: rgb(255,225,161); }
td.TdClassName
{
border-color: #FFE1A1;
}
.TagClassName
{
border-color: #FFE1A1;
}
</style>