Shades of Cape Honey #FEE4A9
Tints of Cape Honey #FEE4A9
RGB
CMYK
RGB Variations
Color information
#FEE4A9 (or 0xFEE4A9) is known color: Cape Honey. HEX triplet: FE, E4 and A9. RGB value is (254,228,169). Sum of RGB (Red+Green+Blue) = 254+228+169=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 169 (66.41% from 255 or 25.96% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A9 is #011B56. Grayscale: #E5E5E5. Windows color (decimal): -72535 or 11134206. OLE color: 11134206.
HSL color Cylindrical-coordinate representation of color #FEE4A9: hue angle of 41.65º 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 #FEE4A9 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 169 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.00 |
| HSL | 41.65º | 0.98% | 0.83% | - |
| HSV(B) | 41.65º | 0.33% | 1% | - |
| XYZ | 75.78 | 79.42 | 48.87 | - |
| YUV | 229.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 169 | 0 | 0.10 | 0.33 | 0.00 | 41.65 | 0.98 | 0.83 |
| Hex | FE | E4 | A9 | 0 | A | 21 | 0 | 2A | 62 | 53 |
| Octal | 376 | 344 | 251 | 0 | 12 | 41 | 0 | 52 | 142 | 123 |
| Binary | 11111110 | 11100100 | 10101001 | 0 | 1010 | 100001 | 0 | 101010 | 1100010 | 1010011 |
Color Harmonies of #FEE4A9
Complementary color
Monochromatic Colors of #FEE4A9
Black with #FEE4A9
Text Example
Text Example
White with #FEE4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4A9; }
p { color: rgb(254,228,169); }
H1.HeaderClassName
{
color: #FEE4A9;
}
.AnyTagClassName
{
color: #FEE4A9;
}
</style>
background-color css
<style>
a { background-color: #FEE4A9; }
a { background-color: rgb(254,228,169); }
div.DivClassName
{
background-color: #FEE4A9;
}
.BgClassName
{
background-color: #FEE4A9;
}
</style>
border-color css
<style>
span { border-color: #FEE4A9; }
span { border-color: rgb(254,228,169); }
td.TdClassName
{
border-color: #FEE4A9;
}
.TagClassName
{
border-color: #FEE4A9;
}
</style>