Shades of Cape Honey #FEE0A0
Tints of Cape Honey #FEE0A0
RGB
CMYK
RGB Variations
Color information
#FEE0A0 (or 0xFEE0A0) is known color: Cape Honey. HEX triplet: FE, E0 and A0. RGB value is (254,224,160). Sum of RGB (Red+Green+Blue) = 254+224+160=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE0A0 is #011F5F. Grayscale: #E1E1E1. Windows color (decimal): -73568 or 10543358. OLE color: 10543358.
HSL color Cylindrical-coordinate representation of color #FEE0A0: hue angle of 40.85º 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 #FEE0A0 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 160 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.00 |
| HSL | 40.85º | 0.98% | 0.81% | - |
| HSV(B) | 40.85º | 0.37% | 1% | - |
| XYZ | 73.87 | 76.92 | 44.21 | - |
| YUV | 225.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 160 | 0 | 0.12 | 0.37 | 0.00 | 40.85 | 0.98 | 0.81 |
| Hex | FE | E0 | A0 | 0 | C | 25 | 0 | 29 | 62 | 51 |
| Octal | 376 | 340 | 240 | 0 | 14 | 45 | 0 | 51 | 142 | 121 |
| Binary | 11111110 | 11100000 | 10100000 | 0 | 1100 | 100101 | 0 | 101001 | 1100010 | 1010001 |
Color Harmonies of #FEE0A0
Complementary color
Monochromatic Colors of #FEE0A0
Black with #FEE0A0
Text Example
Text Example
White with #FEE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0A0; }
p { color: rgb(254,224,160); }
H1.HeaderClassName
{
color: #FEE0A0;
}
.AnyTagClassName
{
color: #FEE0A0;
}
</style>
background-color css
<style>
a { background-color: #FEE0A0; }
a { background-color: rgb(254,224,160); }
div.DivClassName
{
background-color: #FEE0A0;
}
.BgClassName
{
background-color: #FEE0A0;
}
</style>
border-color css
<style>
span { border-color: #FEE0A0; }
span { border-color: rgb(254,224,160); }
td.TdClassName
{
border-color: #FEE0A0;
}
.TagClassName
{
border-color: #FEE0A0;
}
</style>