Shades of Cream Brulee #FFE49B
Tints of Cream Brulee #FFE49B
RGB
CMYK
RGB Variations
Color information
#FFE49B (or 0xFFE49B) is known color: Cream Brulee. HEX triplet: FF, E4 and 9B. RGB value is (255,228,155). Sum of RGB (Red+Green+Blue) = 255+228+155=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 155 (60.94% from 255 or 24.29% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE49B is #001B64. Grayscale: #E4E4E4. Windows color (decimal): -7013 or 10216703. OLE color: 10216703.
HSL color Cylindrical-coordinate representation of color #FFE49B: hue angle of 43.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFE49B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 155 | - |
| CMYK | 0 | 0.11 | 0.39 | 0 |
| HSL | 43.8º | 1% | 0.8% | - |
| HSV(B) | 43.8º | 0.39% | 1% | - |
| XYZ | 74.9 | 79.11 | 42.33 | - |
| YUV | 227.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 155 | 0 | 0.11 | 0.39 | 0 | 43.8 | 1 | 0.8 |
| Hex | FF | E4 | 9B | 0 | B | 27 | 0 | 2C | 64 | 50 |
| Octal | 377 | 344 | 233 | 0 | 13 | 47 | 0 | 54 | 144 | 120 |
| Binary | 11111111 | 11100100 | 10011011 | 0 | 1011 | 100111 | 0 | 101100 | 1100100 | 1010000 |
Color Harmonies of #FFE49B
Complementary color
Monochromatic Colors of #FFE49B
Black with #FFE49B
Text Example
Text Example
White with #FFE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE49B; }
p { color: rgb(255,228,155); }
H1.HeaderClassName
{
color: #FFE49B;
}
.AnyTagClassName
{
color: #FFE49B;
}
</style>
background-color css
<style>
a { background-color: #FFE49B; }
a { background-color: rgb(255,228,155); }
div.DivClassName
{
background-color: #FFE49B;
}
.BgClassName
{
background-color: #FFE49B;
}
</style>
border-color css
<style>
span { border-color: #FFE49B; }
span { border-color: rgb(255,228,155); }
td.TdClassName
{
border-color: #FFE49B;
}
.TagClassName
{
border-color: #FFE49B;
}
</style>