Shades of Cape Honey #FEE4AA
Tints of Cape Honey #FEE4AA
RGB
CMYK
RGB Variations
Color information
#FEE4AA (or 0xFEE4AA) is known color: Cape Honey. HEX triplet: FE, E4 and AA. RGB value is (254,228,170). Sum of RGB (Red+Green+Blue) = 254+228+170=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4AA is #011B55. Grayscale: #E5E5E5. Windows color (decimal): -72534 or 11199742. OLE color: 11199742.
HSL color Cylindrical-coordinate representation of color #FEE4AA: hue angle of 41.43º 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 #FEE4AA is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 170 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.00 |
| HSL | 41.43º | 0.98% | 0.83% | - |
| HSV(B) | 41.43º | 0.33% | 1% | - |
| XYZ | 75.87 | 79.46 | 49.37 | - |
| YUV | 229.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 170 | 0 | 0.10 | 0.33 | 0.00 | 41.43 | 0.98 | 0.83 |
| Hex | FE | E4 | AA | 0 | A | 21 | 0 | 29 | 62 | 53 |
| Octal | 376 | 344 | 252 | 0 | 12 | 41 | 0 | 51 | 142 | 123 |
| Binary | 11111110 | 11100100 | 10101010 | 0 | 1010 | 100001 | 0 | 101001 | 1100010 | 1010011 |
Color Harmonies of #FEE4AA
Complementary color
Monochromatic Colors of #FEE4AA
Black with #FEE4AA
Text Example
Text Example
White with #FEE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4AA; }
p { color: rgb(254,228,170); }
H1.HeaderClassName
{
color: #FEE4AA;
}
.AnyTagClassName
{
color: #FEE4AA;
}
</style>
background-color css
<style>
a { background-color: #FEE4AA; }
a { background-color: rgb(254,228,170); }
div.DivClassName
{
background-color: #FEE4AA;
}
.BgClassName
{
background-color: #FEE4AA;
}
</style>
border-color css
<style>
span { border-color: #FEE4AA; }
span { border-color: rgb(254,228,170); }
td.TdClassName
{
border-color: #FEE4AA;
}
.TagClassName
{
border-color: #FEE4AA;
}
</style>