Shades of Cape Honey #FFE4A5
Tints of Cape Honey #FFE4A5
RGB
CMYK
RGB Variations
Color information
#FFE4A5 (or 0xFFE4A5) is known color: Cape Honey. HEX triplet: FF, E4 and A5. RGB value is (255,228,165). Sum of RGB (Red+Green+Blue) = 255+228+165=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 165 (64.84% from 255 or 25.46% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A5 is #001B5A. Grayscale: #E5E5E5. Windows color (decimal): -7003 or 10872063. OLE color: 10872063.
HSL color Cylindrical-coordinate representation of color #FFE4A5: hue angle of 42º 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 #FFE4A5 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 165 | - |
| CMYK | 0 | 0.11 | 0.35 | 0 |
| HSL | 42º | 1% | 0.82% | - |
| HSV(B) | 42º | 0.35% | 1% | - |
| XYZ | 75.77 | 79.46 | 46.94 | - |
| YUV | 228.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 165 | 0 | 0.11 | 0.35 | 0 | 42 | 1 | 0.82 |
| Hex | FF | E4 | A5 | 0 | B | 23 | 0 | 2A | 64 | 52 |
| Octal | 377 | 344 | 245 | 0 | 13 | 43 | 0 | 52 | 144 | 122 |
| Binary | 11111111 | 11100100 | 10100101 | 0 | 1011 | 100011 | 0 | 101010 | 1100100 | 1010010 |
Color Harmonies of #FFE4A5
Complementary color
Monochromatic Colors of #FFE4A5
Black with #FFE4A5
Text Example
Text Example
White with #FFE4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A5; }
p { color: rgb(255,228,165); }
H1.HeaderClassName
{
color: #FFE4A5;
}
.AnyTagClassName
{
color: #FFE4A5;
}
</style>
background-color css
<style>
a { background-color: #FFE4A5; }
a { background-color: rgb(255,228,165); }
div.DivClassName
{
background-color: #FFE4A5;
}
.BgClassName
{
background-color: #FFE4A5;
}
</style>
border-color css
<style>
span { border-color: #FFE4A5; }
span { border-color: rgb(255,228,165); }
td.TdClassName
{
border-color: #FFE4A5;
}
.TagClassName
{
border-color: #FFE4A5;
}
</style>