Shades of Cape Honey #FFE4A3
Tints of Cape Honey #FFE4A3
RGB
CMYK
RGB Variations
Color information
#FFE4A3 (or 0xFFE4A3) is known color: Cape Honey. HEX triplet: FF, E4 and A3. RGB value is (255,228,163). Sum of RGB (Red+Green+Blue) = 255+228+163=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 163 (64.06% from 255 or 25.23% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A3 is #001B5C. Grayscale: #E4E4E4. Windows color (decimal): -7005 or 10740991. OLE color: 10740991.
HSL color Cylindrical-coordinate representation of color #FFE4A3: hue angle of 42.39º 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 #FFE4A3 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 163 | - |
| CMYK | 0 | 0.11 | 0.36 | 0 |
| HSL | 42.39º | 1% | 0.82% | - |
| HSV(B) | 42.39º | 0.36% | 1% | - |
| XYZ | 75.59 | 79.39 | 45.99 | - |
| YUV | 228.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 163 | 0 | 0.11 | 0.36 | 0 | 42.39 | 1 | 0.82 |
| Hex | FF | E4 | A3 | 0 | B | 24 | 0 | 2A | 64 | 52 |
| Octal | 377 | 344 | 243 | 0 | 13 | 44 | 0 | 52 | 144 | 122 |
| Binary | 11111111 | 11100100 | 10100011 | 0 | 1011 | 100100 | 0 | 101010 | 1100100 | 1010010 |
Color Harmonies of #FFE4A3
Complementary color
Monochromatic Colors of #FFE4A3
Black with #FFE4A3
Text Example
Text Example
White with #FFE4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A3; }
p { color: rgb(255,228,163); }
H1.HeaderClassName
{
color: #FFE4A3;
}
.AnyTagClassName
{
color: #FFE4A3;
}
</style>
background-color css
<style>
a { background-color: #FFE4A3; }
a { background-color: rgb(255,228,163); }
div.DivClassName
{
background-color: #FFE4A3;
}
.BgClassName
{
background-color: #FFE4A3;
}
</style>
border-color css
<style>
span { border-color: #FFE4A3; }
span { border-color: rgb(255,228,163); }
td.TdClassName
{
border-color: #FFE4A3;
}
.TagClassName
{
border-color: #FFE4A3;
}
</style>