Shades of Cape Honey #FFE5A3
Tints of Cape Honey #FFE5A3
RGB
CMYK
RGB Variations
Color information
#FFE5A3 (or 0xFFE5A3) is known color: Cape Honey. HEX triplet: FF, E5 and A3. RGB value is (255,229,163). Sum of RGB (Red+Green+Blue) = 255+229+163=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 163 (64.06% from 255 or 25.19% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A3 is #001A5C. Grayscale: #E5E5E5. Windows color (decimal): -6749 or 10741247. OLE color: 10741247.
HSL color Cylindrical-coordinate representation of color #FFE5A3: hue angle of 43.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFE5A3 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 163 | - |
| CMYK | 0 | 0.10 | 0.36 | 0 |
| HSL | 43.04º | 1% | 0.82% | - |
| HSV(B) | 43.04º | 0.36% | 1% | - |
| XYZ | 75.87 | 79.94 | 46.08 | - |
| YUV | 229.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 163 | 0 | 0.10 | 0.36 | 0 | 43.04 | 1 | 0.82 |
| Hex | FF | E5 | A3 | 0 | A | 24 | 0 | 2B | 64 | 52 |
| Octal | 377 | 345 | 243 | 0 | 12 | 44 | 0 | 53 | 144 | 122 |
| Binary | 11111111 | 11100101 | 10100011 | 0 | 1010 | 100100 | 0 | 101011 | 1100100 | 1010010 |
Color Harmonies of #FFE5A3
Complementary color
Monochromatic Colors of #FFE5A3
Black with #FFE5A3
Text Example
Text Example
White with #FFE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A3; }
p { color: rgb(255,229,163); }
H1.HeaderClassName
{
color: #FFE5A3;
}
.AnyTagClassName
{
color: #FFE5A3;
}
</style>
background-color css
<style>
a { background-color: #FFE5A3; }
a { background-color: rgb(255,229,163); }
div.DivClassName
{
background-color: #FFE5A3;
}
.BgClassName
{
background-color: #FFE5A3;
}
</style>
border-color css
<style>
span { border-color: #FFE5A3; }
span { border-color: rgb(255,229,163); }
td.TdClassName
{
border-color: #FFE5A3;
}
.TagClassName
{
border-color: #FFE5A3;
}
</style>