Shades of Cream Brulee #FEE8A0
Tints of Cream Brulee #FEE8A0
RGB
CMYK
RGB Variations
Color information
#FEE8A0 (or 0xFEE8A0) is known color: Cream Brulee. HEX triplet: FE, E8 and A0. RGB value is (254,232,160). Sum of RGB (Red+Green+Blue) = 254+232+160=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE8A0 is #01175F. Grayscale: #E6E6E6. Windows color (decimal): -71520 or 10545406. OLE color: 10545406.
HSL color Cylindrical-coordinate representation of color #FEE8A0: hue angle of 45.96º 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 #FEE8A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.00 |
| HSL | 45.96º | 0.98% | 0.81% | - |
| HSV(B) | 45.96º | 0.37% | 1% | - |
| XYZ | 76.07 | 81.32 | 44.94 | - |
| YUV | 230.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 160 | 0 | 0.09 | 0.37 | 0.00 | 45.96 | 0.98 | 0.81 |
| Hex | FE | E8 | A0 | 0 | 9 | 25 | 0 | 2E | 62 | 51 |
| Octal | 376 | 350 | 240 | 0 | 11 | 45 | 0 | 56 | 142 | 121 |
| Binary | 11111110 | 11101000 | 10100000 | 0 | 1001 | 100101 | 0 | 101110 | 1100010 | 1010001 |
Color Harmonies of #FEE8A0
Complementary color
Monochromatic Colors of #FEE8A0
Black with #FEE8A0
Text Example
Text Example
White with #FEE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8A0; }
p { color: rgb(254,232,160); }
H1.HeaderClassName
{
color: #FEE8A0;
}
.AnyTagClassName
{
color: #FEE8A0;
}
</style>
background-color css
<style>
a { background-color: #FEE8A0; }
a { background-color: rgb(254,232,160); }
div.DivClassName
{
background-color: #FEE8A0;
}
.BgClassName
{
background-color: #FEE8A0;
}
</style>
border-color css
<style>
span { border-color: #FEE8A0; }
span { border-color: rgb(254,232,160); }
td.TdClassName
{
border-color: #FEE8A0;
}
.TagClassName
{
border-color: #FEE8A0;
}
</style>