Shades of Cape Honey #FFE1A2
Tints of Cape Honey #FFE1A2
RGB
CMYK
RGB Variations
Color information
#FFE1A2 (or 0xFFE1A2) is known color: Cape Honey. HEX triplet: FF, E1 and A2. RGB value is (255,225,162). Sum of RGB (Red+Green+Blue) = 255+225+162=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A2 is #001E5D. Grayscale: #E3E3E3. Windows color (decimal): -7774 or 10674687. OLE color: 10674687.
HSL color Cylindrical-coordinate representation of color #FFE1A2: hue angle of 40.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFE1A2 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 162 | - |
| CMYK | 0 | 0.12 | 0.36 | 0 |
| HSL | 40.65º | 1% | 0.82% | - |
| HSV(B) | 40.65º | 0.36% | 1% | - |
| XYZ | 74.69 | 77.72 | 45.25 | - |
| YUV | 226.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 162 | 0 | 0.12 | 0.36 | 0 | 40.65 | 1 | 0.82 |
| Hex | FF | E1 | A2 | 0 | C | 24 | 0 | 29 | 64 | 52 |
| Octal | 377 | 341 | 242 | 0 | 14 | 44 | 0 | 51 | 144 | 122 |
| Binary | 11111111 | 11100001 | 10100010 | 0 | 1100 | 100100 | 0 | 101001 | 1100100 | 1010010 |
Color Harmonies of #FFE1A2
Complementary color
Monochromatic Colors of #FFE1A2
Black with #FFE1A2
Text Example
Text Example
White with #FFE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1A2; }
p { color: rgb(255,225,162); }
H1.HeaderClassName
{
color: #FFE1A2;
}
.AnyTagClassName
{
color: #FFE1A2;
}
</style>
background-color css
<style>
a { background-color: #FFE1A2; }
a { background-color: rgb(255,225,162); }
div.DivClassName
{
background-color: #FFE1A2;
}
.BgClassName
{
background-color: #FFE1A2;
}
</style>
border-color css
<style>
span { border-color: #FFE1A2; }
span { border-color: rgb(255,225,162); }
td.TdClassName
{
border-color: #FFE1A2;
}
.TagClassName
{
border-color: #FFE1A2;
}
</style>