Shades of Cream Brulee #FEE6A0
Tints of Cream Brulee #FEE6A0
RGB
CMYK
RGB Variations
Color information
#FEE6A0 (or 0xFEE6A0) is known color: Cream Brulee. HEX triplet: FE, E6 and A0. RGB value is (254,230,160). Sum of RGB (Red+Green+Blue) = 254+230+160=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6A0 is #01195F. Grayscale: #E5E5E5. Windows color (decimal): -72032 or 10544894. OLE color: 10544894.
HSL color Cylindrical-coordinate representation of color #FEE6A0: hue angle of 44.68º 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 #FEE6A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.00 |
| HSL | 44.68º | 0.98% | 0.81% | - |
| HSV(B) | 44.68º | 0.37% | 1% | - |
| XYZ | 75.52 | 80.2 | 44.76 | - |
| YUV | 229.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 160 | 0 | 0.09 | 0.37 | 0.00 | 44.68 | 0.98 | 0.81 |
| Hex | FE | E6 | A0 | 0 | 9 | 25 | 0 | 2D | 62 | 51 |
| Octal | 376 | 346 | 240 | 0 | 11 | 45 | 0 | 55 | 142 | 121 |
| Binary | 11111110 | 11100110 | 10100000 | 0 | 1001 | 100101 | 0 | 101101 | 1100010 | 1010001 |
Color Harmonies of #FEE6A0
Complementary color
Monochromatic Colors of #FEE6A0
Black with #FEE6A0
Text Example
Text Example
White with #FEE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6A0; }
p { color: rgb(254,230,160); }
H1.HeaderClassName
{
color: #FEE6A0;
}
.AnyTagClassName
{
color: #FEE6A0;
}
</style>
background-color css
<style>
a { background-color: #FEE6A0; }
a { background-color: rgb(254,230,160); }
div.DivClassName
{
background-color: #FEE6A0;
}
.BgClassName
{
background-color: #FEE6A0;
}
</style>
border-color css
<style>
span { border-color: #FEE6A0; }
span { border-color: rgb(254,230,160); }
td.TdClassName
{
border-color: #FEE6A0;
}
.TagClassName
{
border-color: #FEE6A0;
}
</style>