Shades of Cream Brulee #FEE4A1
Tints of Cream Brulee #FEE4A1
RGB
CMYK
RGB Variations
Color information
#FEE4A1 (or 0xFEE4A1) is known color: Cream Brulee. HEX triplet: FE, E4 and A1. RGB value is (254,228,161). Sum of RGB (Red+Green+Blue) = 254+228+161=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A1 is #011B5E. Grayscale: #E4E4E4. Windows color (decimal): -72543 or 10609918. OLE color: 10609918.
HSL color Cylindrical-coordinate representation of color #FEE4A1: hue angle of 43.23º 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 #FEE4A1 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 161 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.00 |
| HSL | 43.23º | 0.98% | 0.81% | - |
| HSV(B) | 43.23º | 0.37% | 1% | - |
| XYZ | 75.05 | 79.13 | 45.04 | - |
| YUV | 228.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 161 | 0 | 0.10 | 0.37 | 0.00 | 43.23 | 0.98 | 0.81 |
| Hex | FE | E4 | A1 | 0 | A | 25 | 0 | 2B | 62 | 51 |
| Octal | 376 | 344 | 241 | 0 | 12 | 45 | 0 | 53 | 142 | 121 |
| Binary | 11111110 | 11100100 | 10100001 | 0 | 1010 | 100101 | 0 | 101011 | 1100010 | 1010001 |
Color Harmonies of #FEE4A1
Complementary color
Monochromatic Colors of #FEE4A1
Black with #FEE4A1
Text Example
Text Example
White with #FEE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4A1; }
p { color: rgb(254,228,161); }
H1.HeaderClassName
{
color: #FEE4A1;
}
.AnyTagClassName
{
color: #FEE4A1;
}
</style>
background-color css
<style>
a { background-color: #FEE4A1; }
a { background-color: rgb(254,228,161); }
div.DivClassName
{
background-color: #FEE4A1;
}
.BgClassName
{
background-color: #FEE4A1;
}
</style>
border-color css
<style>
span { border-color: #FEE4A1; }
span { border-color: rgb(254,228,161); }
td.TdClassName
{
border-color: #FEE4A1;
}
.TagClassName
{
border-color: #FEE4A1;
}
</style>