Shades of Cape Honey #FFE5A5
Tints of Cape Honey #FFE5A5
RGB
CMYK
RGB Variations
Color information
#FFE5A5 (or 0xFFE5A5) is known color: Cape Honey. HEX triplet: FF, E5 and A5. RGB value is (255,229,165). Sum of RGB (Red+Green+Blue) = 255+229+165=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A5 is #001A5A. Grayscale: #E5E5E5. Windows color (decimal): -6747 or 10872319. OLE color: 10872319.
HSL color Cylindrical-coordinate representation of color #FFE5A5: hue angle of 42.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 #FFE5A5 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 165 | - |
| CMYK | 0 | 0.10 | 0.35 | 0 |
| HSL | 42.67º | 1% | 0.82% | - |
| HSV(B) | 42.67º | 0.35% | 1% | - |
| XYZ | 76.05 | 80.02 | 47.03 | - |
| YUV | 229.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 165 | 0 | 0.10 | 0.35 | 0 | 42.67 | 1 | 0.82 |
| Hex | FF | E5 | A5 | 0 | A | 23 | 0 | 2B | 64 | 52 |
| Octal | 377 | 345 | 245 | 0 | 12 | 43 | 0 | 53 | 144 | 122 |
| Binary | 11111111 | 11100101 | 10100101 | 0 | 1010 | 100011 | 0 | 101011 | 1100100 | 1010010 |
Color Harmonies of #FFE5A5
Complementary color
Monochromatic Colors of #FFE5A5
Black with #FFE5A5
Text Example
Text Example
White with #FFE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A5; }
p { color: rgb(255,229,165); }
H1.HeaderClassName
{
color: #FFE5A5;
}
.AnyTagClassName
{
color: #FFE5A5;
}
</style>
background-color css
<style>
a { background-color: #FFE5A5; }
a { background-color: rgb(255,229,165); }
div.DivClassName
{
background-color: #FFE5A5;
}
.BgClassName
{
background-color: #FFE5A5;
}
</style>
border-color css
<style>
span { border-color: #FFE5A5; }
span { border-color: rgb(255,229,165); }
td.TdClassName
{
border-color: #FFE5A5;
}
.TagClassName
{
border-color: #FFE5A5;
}
</style>