Shades of Cream Brulee #FFE495
Tints of Cream Brulee #FFE495
RGB
CMYK
RGB Variations
Color information
#FFE495 (or 0xFFE495) is known color: Cream Brulee. HEX triplet: FF, E4 and 95. RGB value is (255,228,149). Sum of RGB (Red+Green+Blue) = 255+228+149=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE495 is #001B6A. Grayscale: #E3E3E3. Windows color (decimal): -7019 or 9823487. OLE color: 9823487.
HSL color Cylindrical-coordinate representation of color #FFE495: hue angle of 44.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFE495 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 149 | - |
| CMYK | 0 | 0.11 | 0.42 | 0 |
| HSL | 44.72º | 1% | 0.79% | - |
| HSV(B) | 44.72º | 0.42% | 1% | - |
| XYZ | 74.41 | 78.92 | 39.74 | - |
| YUV | 227.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 149 | 0 | 0.11 | 0.42 | 0 | 44.72 | 1 | 0.79 |
| Hex | FF | E4 | 95 | 0 | B | 2A | 0 | 2D | 64 | 4F |
| Octal | 377 | 344 | 225 | 0 | 13 | 52 | 0 | 55 | 144 | 117 |
| Binary | 11111111 | 11100100 | 10010101 | 0 | 1011 | 101010 | 0 | 101101 | 1100100 | 1001111 |
Color Harmonies of #FFE495
Complementary color
Monochromatic Colors of #FFE495
Black with #FFE495
Text Example
Text Example
White with #FFE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE495; }
p { color: rgb(255,228,149); }
H1.HeaderClassName
{
color: #FFE495;
}
.AnyTagClassName
{
color: #FFE495;
}
</style>
background-color css
<style>
a { background-color: #FFE495; }
a { background-color: rgb(255,228,149); }
div.DivClassName
{
background-color: #FFE495;
}
.BgClassName
{
background-color: #FFE495;
}
</style>
border-color css
<style>
span { border-color: #FFE495; }
span { border-color: rgb(255,228,149); }
td.TdClassName
{
border-color: #FFE495;
}
.TagClassName
{
border-color: #FFE495;
}
</style>