Shades of Cream Brulee #FEE4A0
Tints of Cream Brulee #FEE4A0
RGB
CMYK
RGB Variations
Color information
#FEE4A0 (or 0xFEE4A0) is known color: Cream Brulee. HEX triplet: FE, E4 and A0. RGB value is (254,228,160). Sum of RGB (Red+Green+Blue) = 254+228+160=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A0 is #011B5F. Grayscale: #E4E4E4. Windows color (decimal): -72544 or 10544382. OLE color: 10544382.
HSL color Cylindrical-coordinate representation of color #FEE4A0: hue angle of 43.4º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE4A0 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 160 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.00 |
| HSL | 43.4º | 0.98% | 0.81% | - |
| HSV(B) | 43.4º | 0.37% | 1% | - |
| XYZ | 74.96 | 79.1 | 44.57 | - |
| YUV | 228.02 | 89.61 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 160 | 0 | 0.10 | 0.37 | 0.00 | 43.4 | 0.98 | 0.81 |
| Hex | FE | E4 | A0 | 0 | A | 25 | 0 | 2B | 62 | 51 |
| Octal | 376 | 344 | 240 | 0 | 12 | 45 | 0 | 53 | 142 | 121 |
| Binary | 11111110 | 11100100 | 10100000 | 0 | 1010 | 100101 | 0 | 101011 | 1100010 | 1010001 |
Color Harmonies of #FEE4A0
Complementary color
Monochromatic Colors of #FEE4A0
Black with #FEE4A0
Text Example
Text Example
White with #FEE4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4A0; }
p { color: rgb(254,228,160); }
H1.HeaderClassName
{
color: #FEE4A0;
}
.AnyTagClassName
{
color: #FEE4A0;
}
</style>
background-color css
<style>
a { background-color: #FEE4A0; }
a { background-color: rgb(254,228,160); }
div.DivClassName
{
background-color: #FEE4A0;
}
.BgClassName
{
background-color: #FEE4A0;
}
</style>
border-color css
<style>
span { border-color: #FEE4A0; }
span { border-color: rgb(254,228,160); }
td.TdClassName
{
border-color: #FEE4A0;
}
.TagClassName
{
border-color: #FEE4A0;
}
</style>