Shades of Cape Honey #FEE3A7
Tints of Cape Honey #FEE3A7
RGB
CMYK
RGB Variations
Color information
#FEE3A7 (or 0xFEE3A7) is known color: Cape Honey. HEX triplet: FE, E3 and A7. RGB value is (254,227,167). Sum of RGB (Red+Green+Blue) = 254+227+167=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A7 is #011C58. Grayscale: #E4E4E4. Windows color (decimal): -72793 or 11002878. OLE color: 11002878.
HSL color Cylindrical-coordinate representation of color #FEE3A7: hue angle of 41.38º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEE3A7 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 167 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.00 |
| HSL | 41.38º | 0.98% | 0.83% | - |
| HSV(B) | 41.38º | 0.34% | 1% | - |
| XYZ | 75.32 | 78.8 | 47.8 | - |
| YUV | 228.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 167 | 0 | 0.11 | 0.34 | 0.00 | 41.38 | 0.98 | 0.83 |
| Hex | FE | E3 | A7 | 0 | B | 22 | 0 | 29 | 62 | 53 |
| Octal | 376 | 343 | 247 | 0 | 13 | 42 | 0 | 51 | 142 | 123 |
| Binary | 11111110 | 11100011 | 10100111 | 0 | 1011 | 100010 | 0 | 101001 | 1100010 | 1010011 |
Color Harmonies of #FEE3A7
Complementary color
Monochromatic Colors of #FEE3A7
Black with #FEE3A7
Text Example
Text Example
White with #FEE3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3A7; }
p { color: rgb(254,227,167); }
H1.HeaderClassName
{
color: #FEE3A7;
}
.AnyTagClassName
{
color: #FEE3A7;
}
</style>
background-color css
<style>
a { background-color: #FEE3A7; }
a { background-color: rgb(254,227,167); }
div.DivClassName
{
background-color: #FEE3A7;
}
.BgClassName
{
background-color: #FEE3A7;
}
</style>
border-color css
<style>
span { border-color: #FEE3A7; }
span { border-color: rgb(254,227,167); }
td.TdClassName
{
border-color: #FEE3A7;
}
.TagClassName
{
border-color: #FEE3A7;
}
</style>