Shades of Cream Brulee #FEE194
Tints of Cream Brulee #FEE194
RGB
CMYK
RGB Variations
Color information
#FEE194 (or 0xFEE194) is known color: Cream Brulee. HEX triplet: FE, E1 and 94. RGB value is (254,225,148). Sum of RGB (Red+Green+Blue) = 254+225+148=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE194 is #011E6B. Grayscale: #E1E1E1. Windows color (decimal): -73324 or 9757182. OLE color: 9757182.
HSL color Cylindrical-coordinate representation of color #FEE194: hue angle of 43.58º 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 #FEE194 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 148 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.00 |
| HSL | 43.58º | 0.98% | 0.79% | - |
| HSV(B) | 43.58º | 0.42% | 1% | - |
| XYZ | 73.14 | 77.06 | 39.04 | - |
| YUV | 224.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 148 | 0 | 0.11 | 0.42 | 0.00 | 43.58 | 0.98 | 0.79 |
| Hex | FE | E1 | 94 | 0 | B | 2A | 0 | 2C | 62 | 4F |
| Octal | 376 | 341 | 224 | 0 | 13 | 52 | 0 | 54 | 142 | 117 |
| Binary | 11111110 | 11100001 | 10010100 | 0 | 1011 | 101010 | 0 | 101100 | 1100010 | 1001111 |
Color Harmonies of #FEE194
Complementary color
Monochromatic Colors of #FEE194
Black with #FEE194
Text Example
Text Example
White with #FEE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE194; }
p { color: rgb(254,225,148); }
H1.HeaderClassName
{
color: #FEE194;
}
.AnyTagClassName
{
color: #FEE194;
}
</style>
background-color css
<style>
a { background-color: #FEE194; }
a { background-color: rgb(254,225,148); }
div.DivClassName
{
background-color: #FEE194;
}
.BgClassName
{
background-color: #FEE194;
}
</style>
border-color css
<style>
span { border-color: #FEE194; }
span { border-color: rgb(254,225,148); }
td.TdClassName
{
border-color: #FEE194;
}
.TagClassName
{
border-color: #FEE194;
}
</style>