Shades of Cape Honey #FEE1A0
Tints of Cape Honey #FEE1A0
RGB
CMYK
RGB Variations
Color information
#FEE1A0 (or 0xFEE1A0) is known color: Cape Honey. HEX triplet: FE, E1 and A0. RGB value is (254,225,160). Sum of RGB (Red+Green+Blue) = 254+225+160=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1A0 is #011E5F. Grayscale: #E2E2E2. Windows color (decimal): -73312 or 10543614. OLE color: 10543614.
HSL color Cylindrical-coordinate representation of color #FEE1A0: hue angle of 41.49º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE1A0 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 160 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.00 |
| HSL | 41.49º | 0.98% | 0.81% | - |
| HSV(B) | 41.49º | 0.37% | 1% | - |
| XYZ | 74.14 | 77.46 | 44.3 | - |
| YUV | 226.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 160 | 0 | 0.11 | 0.37 | 0.00 | 41.49 | 0.98 | 0.81 |
| Hex | FE | E1 | A0 | 0 | B | 25 | 0 | 29 | 62 | 51 |
| Octal | 376 | 341 | 240 | 0 | 13 | 45 | 0 | 51 | 142 | 121 |
| Binary | 11111110 | 11100001 | 10100000 | 0 | 1011 | 100101 | 0 | 101001 | 1100010 | 1010001 |
Color Harmonies of #FEE1A0
Complementary color
Monochromatic Colors of #FEE1A0
Black with #FEE1A0
Text Example
Text Example
White with #FEE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1A0; }
p { color: rgb(254,225,160); }
H1.HeaderClassName
{
color: #FEE1A0;
}
.AnyTagClassName
{
color: #FEE1A0;
}
</style>
background-color css
<style>
a { background-color: #FEE1A0; }
a { background-color: rgb(254,225,160); }
div.DivClassName
{
background-color: #FEE1A0;
}
.BgClassName
{
background-color: #FEE1A0;
}
</style>
border-color css
<style>
span { border-color: #FEE1A0; }
span { border-color: rgb(254,225,160); }
td.TdClassName
{
border-color: #FEE1A0;
}
.TagClassName
{
border-color: #FEE1A0;
}
</style>