Shades of Cape Honey #FFE3AA
Tints of Cape Honey #FFE3AA
RGB
CMYK
RGB Variations
Color information
#FFE3AA (or 0xFFE3AA) is known color: Cape Honey. HEX triplet: FF, E3 and AA. RGB value is (255,227,170). Sum of RGB (Red+Green+Blue) = 255+227+170=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3AA is #001C55. Grayscale: #E5E5E5. Windows color (decimal): -7254 or 11199487. OLE color: 11199487.
HSL color Cylindrical-coordinate representation of color #FFE3AA: hue angle of 40.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE3AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 170 | - |
| CMYK | 0 | 0.11 | 0.33 | 0 |
| HSL | 40.24º | 1% | 0.83% | - |
| HSV(B) | 40.24º | 0.33% | 1% | - |
| XYZ | 75.96 | 79.1 | 49.29 | - |
| YUV | 228.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 170 | 0 | 0.11 | 0.33 | 0 | 40.24 | 1 | 0.83 |
| Hex | FF | E3 | AA | 0 | B | 21 | 0 | 28 | 64 | 53 |
| Octal | 377 | 343 | 252 | 0 | 13 | 41 | 0 | 50 | 144 | 123 |
| Binary | 11111111 | 11100011 | 10101010 | 0 | 1011 | 100001 | 0 | 101000 | 1100100 | 1010011 |
Color Harmonies of #FFE3AA
Complementary color
Monochromatic Colors of #FFE3AA
Black with #FFE3AA
Text Example
Text Example
White with #FFE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3AA; }
p { color: rgb(255,227,170); }
H1.HeaderClassName
{
color: #FFE3AA;
}
.AnyTagClassName
{
color: #FFE3AA;
}
</style>
background-color css
<style>
a { background-color: #FFE3AA; }
a { background-color: rgb(255,227,170); }
div.DivClassName
{
background-color: #FFE3AA;
}
.BgClassName
{
background-color: #FFE3AA;
}
</style>
border-color css
<style>
span { border-color: #FFE3AA; }
span { border-color: rgb(255,227,170); }
td.TdClassName
{
border-color: #FFE3AA;
}
.TagClassName
{
border-color: #FFE3AA;
}
</style>