Shades of Cape Honey #FFE0A0
Tints of Cape Honey #FFE0A0
RGB
CMYK
RGB Variations
Color information
#FFE0A0 (or 0xFFE0A0) is known color: Cape Honey. HEX triplet: FF, E0 and A0. RGB value is (255,224,160). Sum of RGB (Red+Green+Blue) = 255+224+160=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A0 is #001F5F. Grayscale: #E2E2E2. Windows color (decimal): -8032 or 10543359. OLE color: 10543359.
HSL color Cylindrical-coordinate representation of color #FFE0A0: hue angle of 40.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFE0A0 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 160 | - |
| CMYK | 0 | 0.12 | 0.37 | 0 |
| HSL | 40.42º | 1% | 0.81% | - |
| HSV(B) | 40.42º | 0.37% | 1% | - |
| XYZ | 74.24 | 77.11 | 44.23 | - |
| YUV | 225.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 160 | 0 | 0.12 | 0.37 | 0 | 40.42 | 1 | 0.81 |
| Hex | FF | E0 | A0 | 0 | C | 25 | 0 | 28 | 64 | 51 |
| Octal | 377 | 340 | 240 | 0 | 14 | 45 | 0 | 50 | 144 | 121 |
| Binary | 11111111 | 11100000 | 10100000 | 0 | 1100 | 100101 | 0 | 101000 | 1100100 | 1010001 |
Color Harmonies of #FFE0A0
Complementary color
Monochromatic Colors of #FFE0A0
Black with #FFE0A0
Text Example
Text Example
White with #FFE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0A0; }
p { color: rgb(255,224,160); }
H1.HeaderClassName
{
color: #FFE0A0;
}
.AnyTagClassName
{
color: #FFE0A0;
}
</style>
background-color css
<style>
a { background-color: #FFE0A0; }
a { background-color: rgb(255,224,160); }
div.DivClassName
{
background-color: #FFE0A0;
}
.BgClassName
{
background-color: #FFE0A0;
}
</style>
border-color css
<style>
span { border-color: #FFE0A0; }
span { border-color: rgb(255,224,160); }
td.TdClassName
{
border-color: #FFE0A0;
}
.TagClassName
{
border-color: #FFE0A0;
}
</style>