Shades of Cape Honey #FFE3A7
Tints of Cape Honey #FFE3A7
RGB
CMYK
RGB Variations
Color information
#FFE3A7 (or 0xFFE3A7) is known color: Cape Honey. HEX triplet: FF, E3 and A7. RGB value is (255,227,167). Sum of RGB (Red+Green+Blue) = 255+227+167=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 167 (65.62% from 255 or 25.73% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A7 is #001C58. Grayscale: #E4E4E4. Windows color (decimal): -7257 or 11002879. OLE color: 11002879.
HSL color Cylindrical-coordinate representation of color #FFE3A7: hue angle of 40.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFE3A7 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 167 | - |
| CMYK | 0 | 0.11 | 0.35 | 0 |
| HSL | 40.91º | 1% | 0.83% | - |
| HSV(B) | 40.91º | 0.35% | 1% | - |
| XYZ | 75.68 | 78.99 | 47.82 | - |
| YUV | 228.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 167 | 0 | 0.11 | 0.35 | 0 | 40.91 | 1 | 0.83 |
| Hex | FF | E3 | A7 | 0 | B | 23 | 0 | 29 | 64 | 53 |
| Octal | 377 | 343 | 247 | 0 | 13 | 43 | 0 | 51 | 144 | 123 |
| Binary | 11111111 | 11100011 | 10100111 | 0 | 1011 | 100011 | 0 | 101001 | 1100100 | 1010011 |
Color Harmonies of #FFE3A7
Complementary color
Monochromatic Colors of #FFE3A7
Black with #FFE3A7
Text Example
Text Example
White with #FFE3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3A7; }
p { color: rgb(255,227,167); }
H1.HeaderClassName
{
color: #FFE3A7;
}
.AnyTagClassName
{
color: #FFE3A7;
}
</style>
background-color css
<style>
a { background-color: #FFE3A7; }
a { background-color: rgb(255,227,167); }
div.DivClassName
{
background-color: #FFE3A7;
}
.BgClassName
{
background-color: #FFE3A7;
}
</style>
border-color css
<style>
span { border-color: #FFE3A7; }
span { border-color: rgb(255,227,167); }
td.TdClassName
{
border-color: #FFE3A7;
}
.TagClassName
{
border-color: #FFE3A7;
}
</style>