Shades of Cape Honey #FFE1A5
Tints of Cape Honey #FFE1A5
RGB
CMYK
RGB Variations
Color information
#FFE1A5 (or 0xFFE1A5) is known color: Cape Honey. HEX triplet: FF, E1 and A5. RGB value is (255,225,165). Sum of RGB (Red+Green+Blue) = 255+225+165=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 165 (64.84% from 255 or 25.58% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A5 is #001E5A. Grayscale: #E3E3E3. Windows color (decimal): -7771 or 10871295. OLE color: 10871295.
HSL color Cylindrical-coordinate representation of color #FFE1A5: hue angle of 40º 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 #FFE1A5 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 165 | - |
| CMYK | 0 | 0.12 | 0.35 | 0 |
| HSL | 40º | 1% | 0.82% | - |
| HSV(B) | 40º | 0.35% | 1% | - |
| XYZ | 74.96 | 77.83 | 46.67 | - |
| YUV | 227.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 165 | 0 | 0.12 | 0.35 | 0 | 40 | 1 | 0.82 |
| Hex | FF | E1 | A5 | 0 | C | 23 | 0 | 28 | 64 | 52 |
| Octal | 377 | 341 | 245 | 0 | 14 | 43 | 0 | 50 | 144 | 122 |
| Binary | 11111111 | 11100001 | 10100101 | 0 | 1100 | 100011 | 0 | 101000 | 1100100 | 1010010 |
Color Harmonies of #FFE1A5
Complementary color
Monochromatic Colors of #FFE1A5
Black with #FFE1A5
Text Example
Text Example
White with #FFE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1A5; }
p { color: rgb(255,225,165); }
H1.HeaderClassName
{
color: #FFE1A5;
}
.AnyTagClassName
{
color: #FFE1A5;
}
</style>
background-color css
<style>
a { background-color: #FFE1A5; }
a { background-color: rgb(255,225,165); }
div.DivClassName
{
background-color: #FFE1A5;
}
.BgClassName
{
background-color: #FFE1A5;
}
</style>
border-color css
<style>
span { border-color: #FFE1A5; }
span { border-color: rgb(255,225,165); }
td.TdClassName
{
border-color: #FFE1A5;
}
.TagClassName
{
border-color: #FFE1A5;
}
</style>