Shades of Cream Brulee #FFE296
Tints of Cream Brulee #FFE296
RGB
CMYK
RGB Variations
Color information
#FFE296 (or 0xFFE296) is known color: Cream Brulee. HEX triplet: FF, E2 and 96. RGB value is (255,226,150). Sum of RGB (Red+Green+Blue) = 255+226+150=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE296 is #001D69. Grayscale: #E2E2E2. Windows color (decimal): -7530 or 9888511. OLE color: 9888511.
HSL color Cylindrical-coordinate representation of color #FFE296: hue angle of 43.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFE296 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 150 | - |
| CMYK | 0 | 0.11 | 0.41 | 0 |
| HSL | 43.43º | 1% | 0.79% | - |
| HSV(B) | 43.43º | 0.41% | 1% | - |
| XYZ | 73.94 | 77.85 | 39.98 | - |
| YUV | 226.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 150 | 0 | 0.11 | 0.41 | 0 | 43.43 | 1 | 0.79 |
| Hex | FF | E2 | 96 | 0 | B | 29 | 0 | 2B | 64 | 4F |
| Octal | 377 | 342 | 226 | 0 | 13 | 51 | 0 | 53 | 144 | 117 |
| Binary | 11111111 | 11100010 | 10010110 | 0 | 1011 | 101001 | 0 | 101011 | 1100100 | 1001111 |
Color Harmonies of #FFE296
Complementary color
Monochromatic Colors of #FFE296
Black with #FFE296
Text Example
Text Example
White with #FFE296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE296; }
p { color: rgb(255,226,150); }
H1.HeaderClassName
{
color: #FFE296;
}
.AnyTagClassName
{
color: #FFE296;
}
</style>
background-color css
<style>
a { background-color: #FFE296; }
a { background-color: rgb(255,226,150); }
div.DivClassName
{
background-color: #FFE296;
}
.BgClassName
{
background-color: #FFE296;
}
</style>
border-color css
<style>
span { border-color: #FFE296; }
span { border-color: rgb(255,226,150); }
td.TdClassName
{
border-color: #FFE296;
}
.TagClassName
{
border-color: #FFE296;
}
</style>