Shades of Cream Brulee #FFE3A0
Tints of Cream Brulee #FFE3A0
RGB
CMYK
RGB Variations
Color information
#FFE3A0 (or 0xFFE3A0) is known color: Cream Brulee. HEX triplet: FF, E3 and A0. RGB value is (255,227,160). Sum of RGB (Red+Green+Blue) = 255+227+160=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A0 is #001C5F. Grayscale: #E4E4E4. Windows color (decimal): -7264 or 10544127. OLE color: 10544127.
HSL color Cylindrical-coordinate representation of color #FFE3A0: hue angle of 42.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFE3A0 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 160 | - |
| CMYK | 0 | 0.11 | 0.37 | 0 |
| HSL | 42.32º | 1% | 0.81% | - |
| HSV(B) | 42.32º | 0.37% | 1% | - |
| XYZ | 75.05 | 78.74 | 44.5 | - |
| YUV | 227.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 160 | 0 | 0.11 | 0.37 | 0 | 42.32 | 1 | 0.81 |
| Hex | FF | E3 | A0 | 0 | B | 25 | 0 | 2A | 64 | 51 |
| Octal | 377 | 343 | 240 | 0 | 13 | 45 | 0 | 52 | 144 | 121 |
| Binary | 11111111 | 11100011 | 10100000 | 0 | 1011 | 100101 | 0 | 101010 | 1100100 | 1010001 |
Color Harmonies of #FFE3A0
Complementary color
Monochromatic Colors of #FFE3A0
Black with #FFE3A0
Text Example
Text Example
White with #FFE3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE3A0; }
p { color: rgb(255,227,160); }
H1.HeaderClassName
{
color: #FFE3A0;
}
.AnyTagClassName
{
color: #FFE3A0;
}
</style>
background-color css
<style>
a { background-color: #FFE3A0; }
a { background-color: rgb(255,227,160); }
div.DivClassName
{
background-color: #FFE3A0;
}
.BgClassName
{
background-color: #FFE3A0;
}
</style>
border-color css
<style>
span { border-color: #FFE3A0; }
span { border-color: rgb(255,227,160); }
td.TdClassName
{
border-color: #FFE3A0;
}
.TagClassName
{
border-color: #FFE3A0;
}
</style>