Shades of Cream Brulee #FEE5A2
Tints of Cream Brulee #FEE5A2
RGB
CMYK
RGB Variations
Color information
#FEE5A2 (or 0xFEE5A2) is known color: Cream Brulee. HEX triplet: FE, E5 and A2. RGB value is (254,229,162). Sum of RGB (Red+Green+Blue) = 254+229+162=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A2 is #011A5D. Grayscale: #E5E5E5. Windows color (decimal): -72286 or 10675710. OLE color: 10675710.
HSL color Cylindrical-coordinate representation of color #FEE5A2: hue angle of 43.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEE5A2 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 162 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.00 |
| HSL | 43.7º | 0.98% | 0.82% | - |
| HSV(B) | 43.7º | 0.36% | 1% | - |
| XYZ | 75.41 | 79.72 | 45.59 | - |
| YUV | 228.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 162 | 0 | 0.10 | 0.36 | 0.00 | 43.7 | 0.98 | 0.82 |
| Hex | FE | E5 | A2 | 0 | A | 24 | 0 | 2C | 62 | 52 |
| Octal | 376 | 345 | 242 | 0 | 12 | 44 | 0 | 54 | 142 | 122 |
| Binary | 11111110 | 11100101 | 10100010 | 0 | 1010 | 100100 | 0 | 101100 | 1100010 | 1010010 |
Color Harmonies of #FEE5A2
Complementary color
Monochromatic Colors of #FEE5A2
Black with #FEE5A2
Text Example
Text Example
White with #FEE5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5A2; }
p { color: rgb(254,229,162); }
H1.HeaderClassName
{
color: #FEE5A2;
}
.AnyTagClassName
{
color: #FEE5A2;
}
</style>
background-color css
<style>
a { background-color: #FEE5A2; }
a { background-color: rgb(254,229,162); }
div.DivClassName
{
background-color: #FEE5A2;
}
.BgClassName
{
background-color: #FEE5A2;
}
</style>
border-color css
<style>
span { border-color: #FEE5A2; }
span { border-color: rgb(254,229,162); }
td.TdClassName
{
border-color: #FEE5A2;
}
.TagClassName
{
border-color: #FEE5A2;
}
</style>