Shades of Cream Brulee #FEE49D
Tints of Cream Brulee #FEE49D
RGB
CMYK
RGB Variations
Color information
#FEE49D (or 0xFEE49D) is known color: Cream Brulee. HEX triplet: FE, E4 and 9D. RGB value is (254,228,157). Sum of RGB (Red+Green+Blue) = 254+228+157=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE49D is #011B62. Grayscale: #E3E3E3. Windows color (decimal): -72547 or 10347774. OLE color: 10347774.
HSL color Cylindrical-coordinate representation of color #FEE49D: hue angle of 43.92º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEE49D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 157 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.00 |
| HSL | 43.92º | 0.98% | 0.81% | - |
| HSV(B) | 43.92º | 0.38% | 1% | - |
| XYZ | 74.7 | 78.99 | 43.21 | - |
| YUV | 227.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 157 | 0 | 0.10 | 0.38 | 0.00 | 43.92 | 0.98 | 0.81 |
| Hex | FE | E4 | 9D | 0 | A | 26 | 0 | 2C | 62 | 51 |
| Octal | 376 | 344 | 235 | 0 | 12 | 46 | 0 | 54 | 142 | 121 |
| Binary | 11111110 | 11100100 | 10011101 | 0 | 1010 | 100110 | 0 | 101100 | 1100010 | 1010001 |
Color Harmonies of #FEE49D
Complementary color
Monochromatic Colors of #FEE49D
Black with #FEE49D
Text Example
Text Example
White with #FEE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE49D; }
p { color: rgb(254,228,157); }
H1.HeaderClassName
{
color: #FEE49D;
}
.AnyTagClassName
{
color: #FEE49D;
}
</style>
background-color css
<style>
a { background-color: #FEE49D; }
a { background-color: rgb(254,228,157); }
div.DivClassName
{
background-color: #FEE49D;
}
.BgClassName
{
background-color: #FEE49D;
}
</style>
border-color css
<style>
span { border-color: #FEE49D; }
span { border-color: rgb(254,228,157); }
td.TdClassName
{
border-color: #FEE49D;
}
.TagClassName
{
border-color: #FEE49D;
}
</style>