Shades of Cape Honey #FEE5A5
Tints of Cape Honey #FEE5A5
RGB
CMYK
RGB Variations
Color information
#FEE5A5 (or 0xFEE5A5) is known color: Cape Honey. HEX triplet: FE, E5 and A5. RGB value is (254,229,165). Sum of RGB (Red+Green+Blue) = 254+229+165=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 165 (64.84% from 255 or 25.46% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A5 is #011A5A. Grayscale: #E5E5E5. Windows color (decimal): -72283 or 10872318. OLE color: 10872318.
HSL color Cylindrical-coordinate representation of color #FEE5A5: hue angle of 43.15º 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 #FEE5A5 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 165 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.00 |
| HSL | 43.15º | 0.98% | 0.82% | - |
| HSV(B) | 43.15º | 0.35% | 1% | - |
| XYZ | 75.68 | 79.83 | 47.02 | - |
| YUV | 229.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 165 | 0 | 0.10 | 0.35 | 0.00 | 43.15 | 0.98 | 0.82 |
| Hex | FE | E5 | A5 | 0 | A | 23 | 0 | 2B | 62 | 52 |
| Octal | 376 | 345 | 245 | 0 | 12 | 43 | 0 | 53 | 142 | 122 |
| Binary | 11111110 | 11100101 | 10100101 | 0 | 1010 | 100011 | 0 | 101011 | 1100010 | 1010010 |
Color Harmonies of #FEE5A5
Complementary color
Monochromatic Colors of #FEE5A5
Black with #FEE5A5
Text Example
Text Example
White with #FEE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A5; }
p { color: rgb(254,229,165); }
H1.HeaderClassName
{
color: #FEE5A5;
}
.AnyTagClassName
{
color: #FEE5A5;
}
</style>
background-color css
<style>
a { background-color: #FEE5A5; }
a { background-color: rgb(254,229,165); }
div.DivClassName
{
background-color: #FEE5A5;
}
.BgClassName
{
background-color: #FEE5A5;
}
</style>
border-color css
<style>
span { border-color: #FEE5A5; }
span { border-color: rgb(254,229,165); }
td.TdClassName
{
border-color: #FEE5A5;
}
.TagClassName
{
border-color: #FEE5A5;
}
</style>