Shades of Cream Brulee #FEE49C
Tints of Cream Brulee #FEE49C
RGB
CMYK
RGB Variations
Color information
#FEE49C (or 0xFEE49C) is known color: Cream Brulee. HEX triplet: FE, E4 and 9C. RGB value is (254,228,156). Sum of RGB (Red+Green+Blue) = 254+228+156=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 156 (61.33% from 255 or 24.45% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE49C is #011B63. Grayscale: #E3E3E3. Windows color (decimal): -72548 or 10282238. OLE color: 10282238.
HSL color Cylindrical-coordinate representation of color #FEE49C: hue angle of 44.08º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEE49C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 156 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.00 |
| HSL | 44.08º | 0.98% | 0.8% | - |
| HSV(B) | 44.08º | 0.39% | 1% | - |
| XYZ | 74.62 | 78.96 | 42.76 | - |
| YUV | 227.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 156 | 0 | 0.10 | 0.39 | 0.00 | 44.08 | 0.98 | 0.8 |
| Hex | FE | E4 | 9C | 0 | A | 27 | 0 | 2C | 62 | 50 |
| Octal | 376 | 344 | 234 | 0 | 12 | 47 | 0 | 54 | 142 | 120 |
| Binary | 11111110 | 11100100 | 10011100 | 0 | 1010 | 100111 | 0 | 101100 | 1100010 | 1010000 |
Color Harmonies of #FEE49C
Complementary color
Monochromatic Colors of #FEE49C
Black with #FEE49C
Text Example
Text Example
White with #FEE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE49C; }
p { color: rgb(254,228,156); }
H1.HeaderClassName
{
color: #FEE49C;
}
.AnyTagClassName
{
color: #FEE49C;
}
</style>
background-color css
<style>
a { background-color: #FEE49C; }
a { background-color: rgb(254,228,156); }
div.DivClassName
{
background-color: #FEE49C;
}
.BgClassName
{
background-color: #FEE49C;
}
</style>
border-color css
<style>
span { border-color: #FEE49C; }
span { border-color: rgb(254,228,156); }
td.TdClassName
{
border-color: #FEE49C;
}
.TagClassName
{
border-color: #FEE49C;
}
</style>