Shades of Cape Honey #FFE8A5
Tints of Cape Honey #FFE8A5
RGB
CMYK
RGB Variations
Color information
#FFE8A5 (or 0xFFE8A5) is known color: Cape Honey. HEX triplet: FF, E8 and A5. RGB value is (255,232,165). Sum of RGB (Red+Green+Blue) = 255+232+165=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE8A5 is #00175A. Grayscale: #E7E7E7. Windows color (decimal): -5979 or 10873087. OLE color: 10873087.
HSL color Cylindrical-coordinate representation of color #FFE8A5: hue angle of 44.67º 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 #FFE8A5 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 165 | - |
| CMYK | 0 | 0.09 | 0.35 | 0 |
| HSL | 44.67º | 1% | 0.82% | - |
| HSV(B) | 44.67º | 0.35% | 1% | - |
| XYZ | 76.89 | 81.69 | 47.31 | - |
| YUV | 231.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 165 | 0 | 0.09 | 0.35 | 0 | 44.67 | 1 | 0.82 |
| Hex | FF | E8 | A5 | 0 | 9 | 23 | 0 | 2D | 64 | 52 |
| Octal | 377 | 350 | 245 | 0 | 11 | 43 | 0 | 55 | 144 | 122 |
| Binary | 11111111 | 11101000 | 10100101 | 0 | 1001 | 100011 | 0 | 101101 | 1100100 | 1010010 |
Color Harmonies of #FFE8A5
Complementary color
Monochromatic Colors of #FFE8A5
Black with #FFE8A5
Text Example
Text Example
White with #FFE8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8A5; }
p { color: rgb(255,232,165); }
H1.HeaderClassName
{
color: #FFE8A5;
}
.AnyTagClassName
{
color: #FFE8A5;
}
</style>
background-color css
<style>
a { background-color: #FFE8A5; }
a { background-color: rgb(255,232,165); }
div.DivClassName
{
background-color: #FFE8A5;
}
.BgClassName
{
background-color: #FFE8A5;
}
</style>
border-color css
<style>
span { border-color: #FFE8A5; }
span { border-color: rgb(255,232,165); }
td.TdClassName
{
border-color: #FFE8A5;
}
.TagClassName
{
border-color: #FFE8A5;
}
</style>