Shades of Cape Honey #FFE3A1
Tints of Cape Honey #FFE3A1
RGB
CMYK
RGB Variations
Color information
#FFE3A1 (or 0xFFE3A1) is known color: Cape Honey. HEX triplet: FF, E3 and A1. RGB value is (255,227,161). Sum of RGB (Red+Green+Blue) = 255+227+161=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A1 is #001C5E. Grayscale: #E4E4E4. Windows color (decimal): -7263 or 10609663. OLE color: 10609663.
HSL color Cylindrical-coordinate representation of color #FFE3A1: hue angle of 42.13º 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 #FFE3A1 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 161 | - |
| CMYK | 0 | 0.11 | 0.37 | 0 |
| HSL | 42.13º | 1% | 0.82% | - |
| HSV(B) | 42.13º | 0.37% | 1% | - |
| XYZ | 75.14 | 78.77 | 44.96 | - |
| YUV | 227.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 161 | 0 | 0.11 | 0.37 | 0 | 42.13 | 1 | 0.82 |
| Hex | FF | E3 | A1 | 0 | B | 25 | 0 | 2A | 64 | 52 |
| Octal | 377 | 343 | 241 | 0 | 13 | 45 | 0 | 52 | 144 | 122 |
| Binary | 11111111 | 11100011 | 10100001 | 0 | 1011 | 100101 | 0 | 101010 | 1100100 | 1010010 |
Color Harmonies of #FFE3A1
Complementary color
Monochromatic Colors of #FFE3A1
Black with #FFE3A1
Text Example
Text Example
White with #FFE3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3A1; }
p { color: rgb(255,227,161); }
H1.HeaderClassName
{
color: #FFE3A1;
}
.AnyTagClassName
{
color: #FFE3A1;
}
</style>
background-color css
<style>
a { background-color: #FFE3A1; }
a { background-color: rgb(255,227,161); }
div.DivClassName
{
background-color: #FFE3A1;
}
.BgClassName
{
background-color: #FFE3A1;
}
</style>
border-color css
<style>
span { border-color: #FFE3A1; }
span { border-color: rgb(255,227,161); }
td.TdClassName
{
border-color: #FFE3A1;
}
.TagClassName
{
border-color: #FFE3A1;
}
</style>