Shades of Cape Honey #FFE3A2
Tints of Cape Honey #FFE3A2
RGB
CMYK
RGB Variations
Color information
#FFE3A2 (or 0xFFE3A2) is known color: Cape Honey. HEX triplet: FF, E3 and A2. RGB value is (255,227,162). Sum of RGB (Red+Green+Blue) = 255+227+162=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A2 is #001C5D. Grayscale: #E4E4E4. Windows color (decimal): -7262 or 10675199. OLE color: 10675199.
HSL color Cylindrical-coordinate representation of color #FFE3A2: hue angle of 41.94º 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 #FFE3A2 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 162 | - |
| CMYK | 0 | 0.11 | 0.36 | 0 |
| HSL | 41.94º | 1% | 0.82% | - |
| HSV(B) | 41.94º | 0.36% | 1% | - |
| XYZ | 75.23 | 78.81 | 45.43 | - |
| YUV | 227.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 162 | 0 | 0.11 | 0.36 | 0 | 41.94 | 1 | 0.82 |
| Hex | FF | E3 | A2 | 0 | B | 24 | 0 | 2A | 64 | 52 |
| Octal | 377 | 343 | 242 | 0 | 13 | 44 | 0 | 52 | 144 | 122 |
| Binary | 11111111 | 11100011 | 10100010 | 0 | 1011 | 100100 | 0 | 101010 | 1100100 | 1010010 |
Color Harmonies of #FFE3A2
Complementary color
Monochromatic Colors of #FFE3A2
Black with #FFE3A2
Text Example
Text Example
White with #FFE3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3A2; }
p { color: rgb(255,227,162); }
H1.HeaderClassName
{
color: #FFE3A2;
}
.AnyTagClassName
{
color: #FFE3A2;
}
</style>
background-color css
<style>
a { background-color: #FFE3A2; }
a { background-color: rgb(255,227,162); }
div.DivClassName
{
background-color: #FFE3A2;
}
.BgClassName
{
background-color: #FFE3A2;
}
</style>
border-color css
<style>
span { border-color: #FFE3A2; }
span { border-color: rgb(255,227,162); }
td.TdClassName
{
border-color: #FFE3A2;
}
.TagClassName
{
border-color: #FFE3A2;
}
</style>