Shades of Cream Brulee #FEE5A0
Tints of Cream Brulee #FEE5A0
RGB
CMYK
RGB Variations
Color information
#FEE5A0 (or 0xFEE5A0) is known color: Cream Brulee. HEX triplet: FE, E5 and A0. RGB value is (254,229,160). Sum of RGB (Red+Green+Blue) = 254+229+160=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A0 is #011A5F. Grayscale: #E4E4E4. Windows color (decimal): -72288 or 10544638. OLE color: 10544638.
HSL color Cylindrical-coordinate representation of color #FEE5A0: hue angle of 44.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEE5A0 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 160 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.00 |
| HSL | 44.04º | 0.98% | 0.81% | - |
| HSV(B) | 44.04º | 0.37% | 1% | - |
| XYZ | 75.24 | 79.65 | 44.67 | - |
| YUV | 228.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 160 | 0 | 0.10 | 0.37 | 0.00 | 44.04 | 0.98 | 0.81 |
| Hex | FE | E5 | A0 | 0 | A | 25 | 0 | 2C | 62 | 51 |
| Octal | 376 | 345 | 240 | 0 | 12 | 45 | 0 | 54 | 142 | 121 |
| Binary | 11111110 | 11100101 | 10100000 | 0 | 1010 | 100101 | 0 | 101100 | 1100010 | 1010001 |
Color Harmonies of #FEE5A0
Complementary color
Monochromatic Colors of #FEE5A0
Black with #FEE5A0
Text Example
Text Example
White with #FEE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A0; }
p { color: rgb(254,229,160); }
H1.HeaderClassName
{
color: #FEE5A0;
}
.AnyTagClassName
{
color: #FEE5A0;
}
</style>
background-color css
<style>
a { background-color: #FEE5A0; }
a { background-color: rgb(254,229,160); }
div.DivClassName
{
background-color: #FEE5A0;
}
.BgClassName
{
background-color: #FEE5A0;
}
</style>
border-color css
<style>
span { border-color: #FEE5A0; }
span { border-color: rgb(254,229,160); }
td.TdClassName
{
border-color: #FEE5A0;
}
.TagClassName
{
border-color: #FEE5A0;
}
</style>