Shades of Cream Brulee #FEE094
Tints of Cream Brulee #FEE094
RGB
CMYK
RGB Variations
Color information
#FEE094 (or 0xFEE094) is known color: Cream Brulee. HEX triplet: FE, E0 and 94. RGB value is (254,224,148). Sum of RGB (Red+Green+Blue) = 254+224+148=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE094 is #011F6B. Grayscale: #E0E0E0. Windows color (decimal): -73580 or 9756926. OLE color: 9756926.
HSL color Cylindrical-coordinate representation of color #FEE094: hue angle of 43.02º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEE094 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 148 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.00 |
| HSL | 43.02º | 0.98% | 0.79% | - |
| HSV(B) | 43.02º | 0.42% | 1% | - |
| XYZ | 72.87 | 76.52 | 38.95 | - |
| YUV | 224.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 148 | 0 | 0.12 | 0.42 | 0.00 | 43.02 | 0.98 | 0.79 |
| Hex | FE | E0 | 94 | 0 | C | 2A | 0 | 2B | 62 | 4F |
| Octal | 376 | 340 | 224 | 0 | 14 | 52 | 0 | 53 | 142 | 117 |
| Binary | 11111110 | 11100000 | 10010100 | 0 | 1100 | 101010 | 0 | 101011 | 1100010 | 1001111 |
Color Harmonies of #FEE094
Complementary color
Monochromatic Colors of #FEE094
Black with #FEE094
Text Example
Text Example
White with #FEE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE094; }
p { color: rgb(254,224,148); }
H1.HeaderClassName
{
color: #FEE094;
}
.AnyTagClassName
{
color: #FEE094;
}
</style>
background-color css
<style>
a { background-color: #FEE094; }
a { background-color: rgb(254,224,148); }
div.DivClassName
{
background-color: #FEE094;
}
.BgClassName
{
background-color: #FEE094;
}
</style>
border-color css
<style>
span { border-color: #FEE094; }
span { border-color: rgb(254,224,148); }
td.TdClassName
{
border-color: #FEE094;
}
.TagClassName
{
border-color: #FEE094;
}
</style>