Shades of Cream Brulee #FFE094
Tints of Cream Brulee #FFE094
RGB
CMYK
RGB Variations
Color information
#FFE094 (or 0xFFE094) is known color: Cream Brulee. HEX triplet: FF, E0 and 94. RGB value is (255,224,148). Sum of RGB (Red+Green+Blue) = 255+224+148=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE094 is #001F6B. Grayscale: #E0E0E0. Windows color (decimal): -8044 or 9756927. OLE color: 9756927.
HSL color Cylindrical-coordinate representation of color #FFE094: hue angle of 42.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFE094 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 148 | - |
| CMYK | 0 | 0.12 | 0.42 | 0 |
| HSL | 42.62º | 1% | 0.79% | - |
| HSV(B) | 42.62º | 0.42% | 1% | - |
| XYZ | 73.24 | 76.71 | 38.96 | - |
| YUV | 224.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 148 | 0 | 0.12 | 0.42 | 0 | 42.62 | 1 | 0.79 |
| Hex | FF | E0 | 94 | 0 | C | 2A | 0 | 2B | 64 | 4F |
| Octal | 377 | 340 | 224 | 0 | 14 | 52 | 0 | 53 | 144 | 117 |
| Binary | 11111111 | 11100000 | 10010100 | 0 | 1100 | 101010 | 0 | 101011 | 1100100 | 1001111 |
Color Harmonies of #FFE094
Complementary color
Monochromatic Colors of #FFE094
Black with #FFE094
Text Example
Text Example
White with #FFE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE094; }
p { color: rgb(255,224,148); }
H1.HeaderClassName
{
color: #FFE094;
}
.AnyTagClassName
{
color: #FFE094;
}
</style>
background-color css
<style>
a { background-color: #FFE094; }
a { background-color: rgb(255,224,148); }
div.DivClassName
{
background-color: #FFE094;
}
.BgClassName
{
background-color: #FFE094;
}
</style>
border-color css
<style>
span { border-color: #FFE094; }
span { border-color: rgb(255,224,148); }
td.TdClassName
{
border-color: #FFE094;
}
.TagClassName
{
border-color: #FFE094;
}
</style>