Shades of Cape Honey #FEE5AA
Tints of Cape Honey #FEE5AA
RGB
CMYK
RGB Variations
Color information
#FEE5AA (or 0xFEE5AA) is known color: Cape Honey. HEX triplet: FE, E5 and AA. RGB value is (254,229,170). Sum of RGB (Red+Green+Blue) = 254+229+170=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5AA is #011A55. Grayscale: #E6E6E6. Windows color (decimal): -72278 or 11199998. OLE color: 11199998.
HSL color Cylindrical-coordinate representation of color #FEE5AA: hue angle of 42.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE5AA is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 170 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.00 |
| HSL | 42.14º | 0.98% | 0.83% | - |
| HSV(B) | 42.14º | 0.33% | 1% | - |
| XYZ | 76.15 | 80.01 | 49.46 | - |
| YUV | 229.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 170 | 0 | 0.10 | 0.33 | 0.00 | 42.14 | 0.98 | 0.83 |
| Hex | FE | E5 | AA | 0 | A | 21 | 0 | 2A | 62 | 53 |
| Octal | 376 | 345 | 252 | 0 | 12 | 41 | 0 | 52 | 142 | 123 |
| Binary | 11111110 | 11100101 | 10101010 | 0 | 1010 | 100001 | 0 | 101010 | 1100010 | 1010011 |
Color Harmonies of #FEE5AA
Complementary color
Monochromatic Colors of #FEE5AA
Black with #FEE5AA
Text Example
Text Example
White with #FEE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5AA; }
p { color: rgb(254,229,170); }
H1.HeaderClassName
{
color: #FEE5AA;
}
.AnyTagClassName
{
color: #FEE5AA;
}
</style>
background-color css
<style>
a { background-color: #FEE5AA; }
a { background-color: rgb(254,229,170); }
div.DivClassName
{
background-color: #FEE5AA;
}
.BgClassName
{
background-color: #FEE5AA;
}
</style>
border-color css
<style>
span { border-color: #FEE5AA; }
span { border-color: rgb(254,229,170); }
td.TdClassName
{
border-color: #FEE5AA;
}
.TagClassName
{
border-color: #FEE5AA;
}
</style>