Shades of Cream Brulee #FEE49B
Tints of Cream Brulee #FEE49B
RGB
CMYK
RGB Variations
Color information
#FEE49B (or 0xFEE49B) is known color: Cream Brulee. HEX triplet: FE, E4 and 9B. RGB value is (254,228,155). Sum of RGB (Red+Green+Blue) = 254+228+155=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 155 (60.94% from 255 or 24.33% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE49B is #011B64. Grayscale: #E3E3E3. Windows color (decimal): -72549 or 10216702. OLE color: 10216702.
HSL color Cylindrical-coordinate representation of color #FEE49B: hue angle of 44.24º 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 #FEE49B is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 155 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.00 |
| HSL | 44.24º | 0.98% | 0.8% | - |
| HSV(B) | 44.24º | 0.39% | 1% | - |
| XYZ | 74.53 | 78.92 | 42.32 | - |
| YUV | 227.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 155 | 0 | 0.10 | 0.39 | 0.00 | 44.24 | 0.98 | 0.8 |
| Hex | FE | E4 | 9B | 0 | A | 27 | 0 | 2C | 62 | 50 |
| Octal | 376 | 344 | 233 | 0 | 12 | 47 | 0 | 54 | 142 | 120 |
| Binary | 11111110 | 11100100 | 10011011 | 0 | 1010 | 100111 | 0 | 101100 | 1100010 | 1010000 |
Color Harmonies of #FEE49B
Complementary color
Monochromatic Colors of #FEE49B
Black with #FEE49B
Text Example
Text Example
White with #FEE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE49B; }
p { color: rgb(254,228,155); }
H1.HeaderClassName
{
color: #FEE49B;
}
.AnyTagClassName
{
color: #FEE49B;
}
</style>
background-color css
<style>
a { background-color: #FEE49B; }
a { background-color: rgb(254,228,155); }
div.DivClassName
{
background-color: #FEE49B;
}
.BgClassName
{
background-color: #FEE49B;
}
</style>
border-color css
<style>
span { border-color: #FEE49B; }
span { border-color: rgb(254,228,155); }
td.TdClassName
{
border-color: #FEE49B;
}
.TagClassName
{
border-color: #FEE49B;
}
</style>