Shades of Cream Brulee #FEE29E
Tints of Cream Brulee #FEE29E
RGB
CMYK
RGB Variations
Color information
#FEE29E (or 0xFEE29E) is known color: Cream Brulee. HEX triplet: FE, E2 and 9E. RGB value is (254,226,158). Sum of RGB (Red+Green+Blue) = 254+226+158=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 158 (62.11% from 255 or 24.76% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29E is #011D61. Grayscale: #E2E2E2. Windows color (decimal): -73058 or 10412798. OLE color: 10412798.
HSL color Cylindrical-coordinate representation of color #FEE29E: hue angle of 42.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEE29E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 158 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.00 |
| HSL | 42.5º | 0.98% | 0.81% | - |
| HSV(B) | 42.5º | 0.38% | 1% | - |
| XYZ | 74.24 | 77.93 | 43.48 | - |
| YUV | 226.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 158 | 0 | 0.11 | 0.38 | 0.00 | 42.5 | 0.98 | 0.81 |
| Hex | FE | E2 | 9E | 0 | B | 26 | 0 | 2A | 62 | 51 |
| Octal | 376 | 342 | 236 | 0 | 13 | 46 | 0 | 52 | 142 | 121 |
| Binary | 11111110 | 11100010 | 10011110 | 0 | 1011 | 100110 | 0 | 101010 | 1100010 | 1010001 |
Color Harmonies of #FEE29E
Complementary color
Monochromatic Colors of #FEE29E
Black with #FEE29E
Text Example
Text Example
White with #FEE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE29E; }
p { color: rgb(254,226,158); }
H1.HeaderClassName
{
color: #FEE29E;
}
.AnyTagClassName
{
color: #FEE29E;
}
</style>
background-color css
<style>
a { background-color: #FEE29E; }
a { background-color: rgb(254,226,158); }
div.DivClassName
{
background-color: #FEE29E;
}
.BgClassName
{
background-color: #FEE29E;
}
</style>
border-color css
<style>
span { border-color: #FEE29E; }
span { border-color: rgb(254,226,158); }
td.TdClassName
{
border-color: #FEE29E;
}
.TagClassName
{
border-color: #FEE29E;
}
</style>