Shades of Cream Brulee #FEE095
Tints of Cream Brulee #FEE095
RGB
CMYK
RGB Variations
Color information
#FEE095 (or 0xFEE095) is known color: Cream Brulee. HEX triplet: FE, E0 and 95. RGB value is (254,224,149). Sum of RGB (Red+Green+Blue) = 254+224+149=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 149 (58.59% from 255 or 23.76% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE095 is #011F6A. Grayscale: #E0E0E0. Windows color (decimal): -73579 or 9822462. OLE color: 9822462.
HSL color Cylindrical-coordinate representation of color #FEE095: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE095 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 149 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.00 |
| HSL | 42.86º | 0.98% | 0.79% | - |
| HSV(B) | 42.86º | 0.41% | 1% | - |
| XYZ | 72.95 | 76.55 | 39.36 | - |
| YUV | 224.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 149 | 0 | 0.12 | 0.41 | 0.00 | 42.86 | 0.98 | 0.79 |
| Hex | FE | E0 | 95 | 0 | C | 29 | 0 | 2B | 62 | 4F |
| Octal | 376 | 340 | 225 | 0 | 14 | 51 | 0 | 53 | 142 | 117 |
| Binary | 11111110 | 11100000 | 10010101 | 0 | 1100 | 101001 | 0 | 101011 | 1100010 | 1001111 |
Color Harmonies of #FEE095
Complementary color
Monochromatic Colors of #FEE095
Black with #FEE095
Text Example
Text Example
White with #FEE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE095; }
p { color: rgb(254,224,149); }
H1.HeaderClassName
{
color: #FEE095;
}
.AnyTagClassName
{
color: #FEE095;
}
</style>
background-color css
<style>
a { background-color: #FEE095; }
a { background-color: rgb(254,224,149); }
div.DivClassName
{
background-color: #FEE095;
}
.BgClassName
{
background-color: #FEE095;
}
</style>
border-color css
<style>
span { border-color: #FEE095; }
span { border-color: rgb(254,224,149); }
td.TdClassName
{
border-color: #FEE095;
}
.TagClassName
{
border-color: #FEE095;
}
</style>