Shades of Moccasin #FFE4AF
Tints of Moccasin #FFE4AF
RGB
CMYK
RGB Variations
Color information
#FFE4AF (or 0xFFE4AF) is known color: Moccasin. HEX triplet: FF, E4 and AF. RGB value is (255,228,175). Sum of RGB (Red+Green+Blue) = 255+228+175=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4AF is #001B50. Grayscale: #E6E6E6. Windows color (decimal): -6993 or 11527423. OLE color: 11527423.
HSL color Cylindrical-coordinate representation of color #FFE4AF: hue angle of 39.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE4AF is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 175 | - |
| CMYK | 0 | 0.11 | 0.31 | 0 |
| HSL | 39.75º | 1% | 0.84% | - |
| HSV(B) | 39.75º | 0.31% | 1% | - |
| XYZ | 76.72 | 79.84 | 51.92 | - |
| YUV | 230.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 175 | 0 | 0.11 | 0.31 | 0 | 39.75 | 1 | 0.84 |
| Hex | FF | E4 | AF | 0 | B | 1F | 0 | 28 | 64 | 54 |
| Octal | 377 | 344 | 257 | 0 | 13 | 37 | 0 | 50 | 144 | 124 |
| Binary | 11111111 | 11100100 | 10101111 | 0 | 1011 | 11111 | 0 | 101000 | 1100100 | 1010100 |
Color Harmonies of #FFE4AF
Complementary color
Monochromatic Colors of #FFE4AF
Black with #FFE4AF
Text Example
Text Example
White with #FFE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4AF; }
p { color: rgb(255,228,175); }
H1.HeaderClassName
{
color: #FFE4AF;
}
.AnyTagClassName
{
color: #FFE4AF;
}
</style>
background-color css
<style>
a { background-color: #FFE4AF; }
a { background-color: rgb(255,228,175); }
div.DivClassName
{
background-color: #FFE4AF;
}
.BgClassName
{
background-color: #FFE4AF;
}
</style>
border-color css
<style>
span { border-color: #FFE4AF; }
span { border-color: rgb(255,228,175); }
td.TdClassName
{
border-color: #FFE4AF;
}
.TagClassName
{
border-color: #FFE4AF;
}
</style>