Shades of Cape Honey #FEE5A6
Tints of Cape Honey #FEE5A6
RGB
CMYK
RGB Variations
Color information
#FEE5A6 (or 0xFEE5A6) is known color: Cape Honey. HEX triplet: FE, E5 and A6. RGB value is (254,229,166). Sum of RGB (Red+Green+Blue) = 254+229+166=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A6 is #011A59. Grayscale: #E5E5E5. Windows color (decimal): -72282 or 10937854. OLE color: 10937854.
HSL color Cylindrical-coordinate representation of color #FEE5A6: hue angle of 42.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEE5A6 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 166 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.00 |
| HSL | 42.95º | 0.98% | 0.82% | - |
| HSV(B) | 42.95º | 0.35% | 1% | - |
| XYZ | 75.78 | 79.86 | 47.5 | - |
| YUV | 229.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 166 | 0 | 0.10 | 0.35 | 0.00 | 42.95 | 0.98 | 0.82 |
| Hex | FE | E5 | A6 | 0 | A | 23 | 0 | 2B | 62 | 52 |
| Octal | 376 | 345 | 246 | 0 | 12 | 43 | 0 | 53 | 142 | 122 |
| Binary | 11111110 | 11100101 | 10100110 | 0 | 1010 | 100011 | 0 | 101011 | 1100010 | 1010010 |
Color Harmonies of #FEE5A6
Complementary color
Monochromatic Colors of #FEE5A6
Black with #FEE5A6
Text Example
Text Example
White with #FEE5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A6; }
p { color: rgb(254,229,166); }
H1.HeaderClassName
{
color: #FEE5A6;
}
.AnyTagClassName
{
color: #FEE5A6;
}
</style>
background-color css
<style>
a { background-color: #FEE5A6; }
a { background-color: rgb(254,229,166); }
div.DivClassName
{
background-color: #FEE5A6;
}
.BgClassName
{
background-color: #FEE5A6;
}
</style>
border-color css
<style>
span { border-color: #FEE5A6; }
span { border-color: rgb(254,229,166); }
td.TdClassName
{
border-color: #FEE5A6;
}
.TagClassName
{
border-color: #FEE5A6;
}
</style>