Shades of Cape Honey #FFE6A6
Tints of Cape Honey #FFE6A6
RGB
CMYK
RGB Variations
Color information
#FFE6A6 (or 0xFFE6A6) is known color: Cape Honey. HEX triplet: FF, E6 and A6. RGB value is (255,230,166). Sum of RGB (Red+Green+Blue) = 255+230+166=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 166 (65.23% from 255 or 25.50% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A6 is #001959. Grayscale: #E6E6E6. Windows color (decimal): -6490 or 10938111. OLE color: 10938111.
HSL color Cylindrical-coordinate representation of color #FFE6A6: hue angle of 43.15º 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 #FFE6A6 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 166 | - |
| CMYK | 0 | 0.10 | 0.35 | 0 |
| HSL | 43.15º | 1% | 0.83% | - |
| HSV(B) | 43.15º | 0.35% | 1% | - |
| XYZ | 76.42 | 80.61 | 47.61 | - |
| YUV | 230.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 166 | 0 | 0.10 | 0.35 | 0 | 43.15 | 1 | 0.83 |
| Hex | FF | E6 | A6 | 0 | A | 23 | 0 | 2B | 64 | 53 |
| Octal | 377 | 346 | 246 | 0 | 12 | 43 | 0 | 53 | 144 | 123 |
| Binary | 11111111 | 11100110 | 10100110 | 0 | 1010 | 100011 | 0 | 101011 | 1100100 | 1010011 |
Color Harmonies of #FFE6A6
Complementary color
Monochromatic Colors of #FFE6A6
Black with #FFE6A6
Text Example
Text Example
White with #FFE6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6A6; }
p { color: rgb(255,230,166); }
H1.HeaderClassName
{
color: #FFE6A6;
}
.AnyTagClassName
{
color: #FFE6A6;
}
</style>
background-color css
<style>
a { background-color: #FFE6A6; }
a { background-color: rgb(255,230,166); }
div.DivClassName
{
background-color: #FFE6A6;
}
.BgClassName
{
background-color: #FFE6A6;
}
</style>
border-color css
<style>
span { border-color: #FFE6A6; }
span { border-color: rgb(255,230,166); }
td.TdClassName
{
border-color: #FFE6A6;
}
.TagClassName
{
border-color: #FFE6A6;
}
</style>