Shades of Cream Brulee #FEE29D
Tints of Cream Brulee #FEE29D
RGB
CMYK
RGB Variations
Color information
#FEE29D (or 0xFEE29D) is known color: Cream Brulee. HEX triplet: FE, E2 and 9D. RGB value is (254,226,157). Sum of RGB (Red+Green+Blue) = 254+226+157=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 157 (61.72% from 255 or 24.65% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29D is #011D62. Grayscale: #E2E2E2. Windows color (decimal): -73059 or 10347262. OLE color: 10347262.
HSL color Cylindrical-coordinate representation of color #FEE29D: hue angle of 42.68º 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 #FEE29D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 157 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.00 |
| HSL | 42.68º | 0.98% | 0.81% | - |
| HSV(B) | 42.68º | 0.38% | 1% | - |
| XYZ | 74.16 | 77.9 | 43.03 | - |
| YUV | 226.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 157 | 0 | 0.11 | 0.38 | 0.00 | 42.68 | 0.98 | 0.81 |
| Hex | FE | E2 | 9D | 0 | B | 26 | 0 | 2B | 62 | 51 |
| Octal | 376 | 342 | 235 | 0 | 13 | 46 | 0 | 53 | 142 | 121 |
| Binary | 11111110 | 11100010 | 10011101 | 0 | 1011 | 100110 | 0 | 101011 | 1100010 | 1010001 |
Color Harmonies of #FEE29D
Complementary color
Monochromatic Colors of #FEE29D
Black with #FEE29D
Text Example
Text Example
White with #FEE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE29D; }
p { color: rgb(254,226,157); }
H1.HeaderClassName
{
color: #FEE29D;
}
.AnyTagClassName
{
color: #FEE29D;
}
</style>
background-color css
<style>
a { background-color: #FEE29D; }
a { background-color: rgb(254,226,157); }
div.DivClassName
{
background-color: #FEE29D;
}
.BgClassName
{
background-color: #FEE29D;
}
</style>
border-color css
<style>
span { border-color: #FEE29D; }
span { border-color: rgb(254,226,157); }
td.TdClassName
{
border-color: #FEE29D;
}
.TagClassName
{
border-color: #FEE29D;
}
</style>