Shades of Cream Brulee #FEE5A1
Tints of Cream Brulee #FEE5A1
RGB
CMYK
RGB Variations
Color information
#FEE5A1 (or 0xFEE5A1) is known color: Cream Brulee. HEX triplet: FE, E5 and A1. RGB value is (254,229,161). Sum of RGB (Red+Green+Blue) = 254+229+161=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A1 is #011A5E. Grayscale: #E5E5E5. Windows color (decimal): -72287 or 10610174. OLE color: 10610174.
HSL color Cylindrical-coordinate representation of color #FEE5A1: hue angle of 43.87º 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 #FEE5A1 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 161 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.00 |
| HSL | 43.87º | 0.98% | 0.81% | - |
| HSV(B) | 43.87º | 0.37% | 1% | - |
| XYZ | 75.33 | 79.68 | 45.13 | - |
| YUV | 228.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 161 | 0 | 0.10 | 0.37 | 0.00 | 43.87 | 0.98 | 0.81 |
| Hex | FE | E5 | A1 | 0 | A | 25 | 0 | 2C | 62 | 51 |
| Octal | 376 | 345 | 241 | 0 | 12 | 45 | 0 | 54 | 142 | 121 |
| Binary | 11111110 | 11100101 | 10100001 | 0 | 1010 | 100101 | 0 | 101100 | 1100010 | 1010001 |
Color Harmonies of #FEE5A1
Complementary color
Monochromatic Colors of #FEE5A1
Black with #FEE5A1
Text Example
Text Example
White with #FEE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A1; }
p { color: rgb(254,229,161); }
H1.HeaderClassName
{
color: #FEE5A1;
}
.AnyTagClassName
{
color: #FEE5A1;
}
</style>
background-color css
<style>
a { background-color: #FEE5A1; }
a { background-color: rgb(254,229,161); }
div.DivClassName
{
background-color: #FEE5A1;
}
.BgClassName
{
background-color: #FEE5A1;
}
</style>
border-color css
<style>
span { border-color: #FEE5A1; }
span { border-color: rgb(254,229,161); }
td.TdClassName
{
border-color: #FEE5A1;
}
.TagClassName
{
border-color: #FEE5A1;
}
</style>