Shades of Cream Brulee #FEE29A
Tints of Cream Brulee #FEE29A
RGB
CMYK
RGB Variations
Color information
#FEE29A (or 0xFEE29A) is known color: Cream Brulee. HEX triplet: FE, E2 and 9A. RGB value is (254,226,154). Sum of RGB (Red+Green+Blue) = 254+226+154=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 154 (60.55% from 255 or 24.29% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE29A is #011D65. Grayscale: #E2E2E2. Windows color (decimal): -73062 or 10150654. OLE color: 10150654.
HSL color Cylindrical-coordinate representation of color #FEE29A: hue angle of 43.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEE29A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 154 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.00 |
| HSL | 43.2º | 0.98% | 0.8% | - |
| HSV(B) | 43.2º | 0.39% | 1% | - |
| XYZ | 73.9 | 77.8 | 41.69 | - |
| YUV | 226.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 154 | 0 | 0.11 | 0.39 | 0.00 | 43.2 | 0.98 | 0.8 |
| Hex | FE | E2 | 9A | 0 | B | 27 | 0 | 2B | 62 | 50 |
| Octal | 376 | 342 | 232 | 0 | 13 | 47 | 0 | 53 | 142 | 120 |
| Binary | 11111110 | 11100010 | 10011010 | 0 | 1011 | 100111 | 0 | 101011 | 1100010 | 1010000 |
Color Harmonies of #FEE29A
Complementary color
Monochromatic Colors of #FEE29A
Black with #FEE29A
Text Example
Text Example
White with #FEE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE29A; }
p { color: rgb(254,226,154); }
H1.HeaderClassName
{
color: #FEE29A;
}
.AnyTagClassName
{
color: #FEE29A;
}
</style>
background-color css
<style>
a { background-color: #FEE29A; }
a { background-color: rgb(254,226,154); }
div.DivClassName
{
background-color: #FEE29A;
}
.BgClassName
{
background-color: #FEE29A;
}
</style>
border-color css
<style>
span { border-color: #FEE29A; }
span { border-color: rgb(254,226,154); }
td.TdClassName
{
border-color: #FEE29A;
}
.TagClassName
{
border-color: #FEE29A;
}
</style>