Shades of Cream Brulee #FFE29E
Tints of Cream Brulee #FFE29E
RGB
CMYK
RGB Variations
Color information
#FFE29E (or 0xFFE29E) is known color: Cream Brulee. HEX triplet: FF, E2 and 9E. RGB value is (255,226,158). Sum of RGB (Red+Green+Blue) = 255+226+158=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 158 (62.11% from 255 or 24.73% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE29E is #001D61. Grayscale: #E3E3E3. Windows color (decimal): -7522 or 10412799. OLE color: 10412799.
HSL color Cylindrical-coordinate representation of color #FFE29E: hue angle of 42.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFE29E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 158 | - |
| CMYK | 0 | 0.11 | 0.38 | 0 |
| HSL | 42.06º | 1% | 0.81% | - |
| HSV(B) | 42.06º | 0.38% | 1% | - |
| XYZ | 74.61 | 78.12 | 43.49 | - |
| YUV | 226.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 158 | 0 | 0.11 | 0.38 | 0 | 42.06 | 1 | 0.81 |
| Hex | FF | E2 | 9E | 0 | B | 26 | 0 | 2A | 64 | 51 |
| Octal | 377 | 342 | 236 | 0 | 13 | 46 | 0 | 52 | 144 | 121 |
| Binary | 11111111 | 11100010 | 10011110 | 0 | 1011 | 100110 | 0 | 101010 | 1100100 | 1010001 |
Color Harmonies of #FFE29E
Complementary color
Monochromatic Colors of #FFE29E
Black with #FFE29E
Text Example
Text Example
White with #FFE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE29E; }
p { color: rgb(255,226,158); }
H1.HeaderClassName
{
color: #FFE29E;
}
.AnyTagClassName
{
color: #FFE29E;
}
</style>
background-color css
<style>
a { background-color: #FFE29E; }
a { background-color: rgb(255,226,158); }
div.DivClassName
{
background-color: #FFE29E;
}
.BgClassName
{
background-color: #FFE29E;
}
</style>
border-color css
<style>
span { border-color: #FFE29E; }
span { border-color: rgb(255,226,158); }
td.TdClassName
{
border-color: #FFE29E;
}
.TagClassName
{
border-color: #FFE29E;
}
</style>