Shades of Cape Honey #FFE9A5
Tints of Cape Honey #FFE9A5
RGB
CMYK
RGB Variations
Color information
#FFE9A5 (or 0xFFE9A5) is known color: Cape Honey. HEX triplet: FF, E9 and A5. RGB value is (255,233,165). Sum of RGB (Red+Green+Blue) = 255+233+165=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 165 (64.84% from 255 or 25.27% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE9A5 is #00165A. Grayscale: #E8E8E8. Windows color (decimal): -5723 or 10873343. OLE color: 10873343.
HSL color Cylindrical-coordinate representation of color #FFE9A5: hue angle of 45.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFE9A5 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 165 | - |
| CMYK | 0 | 0.09 | 0.35 | 0 |
| HSL | 45.33º | 1% | 0.82% | - |
| HSV(B) | 45.33º | 0.35% | 1% | - |
| XYZ | 77.17 | 82.25 | 47.41 | - |
| YUV | 231.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 165 | 0 | 0.09 | 0.35 | 0 | 45.33 | 1 | 0.82 |
| Hex | FF | E9 | A5 | 0 | 9 | 23 | 0 | 2D | 64 | 52 |
| Octal | 377 | 351 | 245 | 0 | 11 | 43 | 0 | 55 | 144 | 122 |
| Binary | 11111111 | 11101001 | 10100101 | 0 | 1001 | 100011 | 0 | 101101 | 1100100 | 1010010 |
Color Harmonies of #FFE9A5
Complementary color
Monochromatic Colors of #FFE9A5
Black with #FFE9A5
Text Example
Text Example
White with #FFE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9A5; }
p { color: rgb(255,233,165); }
H1.HeaderClassName
{
color: #FFE9A5;
}
.AnyTagClassName
{
color: #FFE9A5;
}
</style>
background-color css
<style>
a { background-color: #FFE9A5; }
a { background-color: rgb(255,233,165); }
div.DivClassName
{
background-color: #FFE9A5;
}
.BgClassName
{
background-color: #FFE9A5;
}
</style>
border-color css
<style>
span { border-color: #FFE9A5; }
span { border-color: rgb(255,233,165); }
td.TdClassName
{
border-color: #FFE9A5;
}
.TagClassName
{
border-color: #FFE9A5;
}
</style>