Shades of Cream Brulee #FEE6A1
Tints of Cream Brulee #FEE6A1
RGB
CMYK
RGB Variations
Color information
#FEE6A1 (or 0xFEE6A1) is known color: Cream Brulee. HEX triplet: FE, E6 and A1. RGB value is (254,230,161). Sum of RGB (Red+Green+Blue) = 254+230+161=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 161 (63.28% from 255 or 24.96% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A1 is #01195E. Grayscale: #E5E5E5. Windows color (decimal): -72031 or 10610430. OLE color: 10610430.
HSL color Cylindrical-coordinate representation of color #FEE6A1: hue angle of 44.52º 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 #FEE6A1 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 161 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.00 |
| HSL | 44.52º | 0.98% | 0.81% | - |
| HSV(B) | 44.52º | 0.37% | 1% | - |
| XYZ | 75.6 | 80.24 | 45.22 | - |
| YUV | 229.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 161 | 0 | 0.09 | 0.37 | 0.00 | 44.52 | 0.98 | 0.81 |
| Hex | FE | E6 | A1 | 0 | 9 | 25 | 0 | 2D | 62 | 51 |
| Octal | 376 | 346 | 241 | 0 | 11 | 45 | 0 | 55 | 142 | 121 |
| Binary | 11111110 | 11100110 | 10100001 | 0 | 1001 | 100101 | 0 | 101101 | 1100010 | 1010001 |
Color Harmonies of #FEE6A1
Complementary color
Monochromatic Colors of #FEE6A1
Black with #FEE6A1
Text Example
Text Example
White with #FEE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6A1; }
p { color: rgb(254,230,161); }
H1.HeaderClassName
{
color: #FEE6A1;
}
.AnyTagClassName
{
color: #FEE6A1;
}
</style>
background-color css
<style>
a { background-color: #FEE6A1; }
a { background-color: rgb(254,230,161); }
div.DivClassName
{
background-color: #FEE6A1;
}
.BgClassName
{
background-color: #FEE6A1;
}
</style>
border-color css
<style>
span { border-color: #FEE6A1; }
span { border-color: rgb(254,230,161); }
td.TdClassName
{
border-color: #FEE6A1;
}
.TagClassName
{
border-color: #FEE6A1;
}
</style>