Shades of Cream Brulee #FEE699
Tints of Cream Brulee #FEE699
RGB
CMYK
RGB Variations
Color information
#FEE699 (or 0xFEE699) is known color: Cream Brulee. HEX triplet: FE, E6 and 99. RGB value is (254,230,153). Sum of RGB (Red+Green+Blue) = 254+230+153=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 153 (60.16% from 255 or 24.02% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE699 is #011966. Grayscale: #E4E4E4. Windows color (decimal): -72039 or 10086142. OLE color: 10086142.
HSL color Cylindrical-coordinate representation of color #FEE699: hue angle of 45.74º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEE699 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 153 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.00 |
| HSL | 45.74º | 0.98% | 0.8% | - |
| HSV(B) | 45.74º | 0.4% | 1% | - |
| XYZ | 74.92 | 79.96 | 41.62 | - |
| YUV | 228.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 153 | 0 | 0.09 | 0.40 | 0.00 | 45.74 | 0.98 | 0.8 |
| Hex | FE | E6 | 99 | 0 | 9 | 28 | 0 | 2E | 62 | 50 |
| Octal | 376 | 346 | 231 | 0 | 11 | 50 | 0 | 56 | 142 | 120 |
| Binary | 11111110 | 11100110 | 10011001 | 0 | 1001 | 101000 | 0 | 101110 | 1100010 | 1010000 |
Color Harmonies of #FEE699
Complementary color
Monochromatic Colors of #FEE699
Black with #FEE699
Text Example
Text Example
White with #FEE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE699; }
p { color: rgb(254,230,153); }
H1.HeaderClassName
{
color: #FEE699;
}
.AnyTagClassName
{
color: #FEE699;
}
</style>
background-color css
<style>
a { background-color: #FEE699; }
a { background-color: rgb(254,230,153); }
div.DivClassName
{
background-color: #FEE699;
}
.BgClassName
{
background-color: #FEE699;
}
</style>
border-color css
<style>
span { border-color: #FEE699; }
span { border-color: rgb(254,230,153); }
td.TdClassName
{
border-color: #FEE699;
}
.TagClassName
{
border-color: #FEE699;
}
</style>