Shades of Cape Honey #FFE0A9
Tints of Cape Honey #FFE0A9
RGB
CMYK
RGB Variations
Color information
#FFE0A9 (or 0xFFE0A9) is known color: Cape Honey. HEX triplet: FF, E0 and A9. RGB value is (255,224,169). Sum of RGB (Red+Green+Blue) = 255+224+169=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 169 (66.41% from 255 or 26.08% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A9 is #001F56. Grayscale: #E3E3E3. Windows color (decimal): -8023 or 11133183. OLE color: 11133183.
HSL color Cylindrical-coordinate representation of color #FFE0A9: hue angle of 38.37º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFE0A9 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 169 | - |
| CMYK | 0 | 0.12 | 0.34 | 0 |
| HSL | 38.37º | 1% | 0.83% | - |
| HSV(B) | 38.37º | 0.34% | 1% | - |
| XYZ | 75.06 | 77.44 | 48.53 | - |
| YUV | 227 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 169 | 0 | 0.12 | 0.34 | 0 | 38.37 | 1 | 0.83 |
| Hex | FF | E0 | A9 | 0 | C | 22 | 0 | 26 | 64 | 53 |
| Octal | 377 | 340 | 251 | 0 | 14 | 42 | 0 | 46 | 144 | 123 |
| Binary | 11111111 | 11100000 | 10101001 | 0 | 1100 | 100010 | 0 | 100110 | 1100100 | 1010011 |
Color Harmonies of #FFE0A9
Complementary color
Monochromatic Colors of #FFE0A9
Black with #FFE0A9
Text Example
Text Example
White with #FFE0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0A9; }
p { color: rgb(255,224,169); }
H1.HeaderClassName
{
color: #FFE0A9;
}
.AnyTagClassName
{
color: #FFE0A9;
}
</style>
background-color css
<style>
a { background-color: #FFE0A9; }
a { background-color: rgb(255,224,169); }
div.DivClassName
{
background-color: #FFE0A9;
}
.BgClassName
{
background-color: #FFE0A9;
}
</style>
border-color css
<style>
span { border-color: #FFE0A9; }
span { border-color: rgb(255,224,169); }
td.TdClassName
{
border-color: #FFE0A9;
}
.TagClassName
{
border-color: #FFE0A9;
}
</style>