Shades of Cream Brulee #FFE4A0
Tints of Cream Brulee #FFE4A0
RGB
CMYK
RGB Variations
Color information
#FFE4A0 (or 0xFFE4A0) is known color: Cream Brulee. HEX triplet: FF, E4 and A0. RGB value is (255,228,160). Sum of RGB (Red+Green+Blue) = 255+228+160=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A0 is #001B5F. Grayscale: #E4E4E4. Windows color (decimal): -7008 or 10544383. OLE color: 10544383.
HSL color Cylindrical-coordinate representation of color #FFE4A0: hue angle of 42.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFE4A0 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 160 | - |
| CMYK | 0 | 0.11 | 0.37 | 0 |
| HSL | 42.95º | 1% | 0.81% | - |
| HSV(B) | 42.95º | 0.37% | 1% | - |
| XYZ | 75.33 | 79.28 | 44.59 | - |
| YUV | 228.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 160 | 0 | 0.11 | 0.37 | 0 | 42.95 | 1 | 0.81 |
| Hex | FF | E4 | A0 | 0 | B | 25 | 0 | 2B | 64 | 51 |
| Octal | 377 | 344 | 240 | 0 | 13 | 45 | 0 | 53 | 144 | 121 |
| Binary | 11111111 | 11100100 | 10100000 | 0 | 1011 | 100101 | 0 | 101011 | 1100100 | 1010001 |
Color Harmonies of #FFE4A0
Complementary color
Monochromatic Colors of #FFE4A0
Black with #FFE4A0
Text Example
Text Example
White with #FFE4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A0; }
p { color: rgb(255,228,160); }
H1.HeaderClassName
{
color: #FFE4A0;
}
.AnyTagClassName
{
color: #FFE4A0;
}
</style>
background-color css
<style>
a { background-color: #FFE4A0; }
a { background-color: rgb(255,228,160); }
div.DivClassName
{
background-color: #FFE4A0;
}
.BgClassName
{
background-color: #FFE4A0;
}
</style>
border-color css
<style>
span { border-color: #FFE4A0; }
span { border-color: rgb(255,228,160); }
td.TdClassName
{
border-color: #FFE4A0;
}
.TagClassName
{
border-color: #FFE4A0;
}
</style>