Shades of Cream Brulee #FFE7A0
Tints of Cream Brulee #FFE7A0
RGB
CMYK
RGB Variations
Color information
#FFE7A0 (or 0xFFE7A0) is known color: Cream Brulee. HEX triplet: FF, E7 and A0. RGB value is (255,231,160). Sum of RGB (Red+Green+Blue) = 255+231+160=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE7A0 is #00185F. Grayscale: #E6E6E6. Windows color (decimal): -6240 or 10545151. OLE color: 10545151.
HSL color Cylindrical-coordinate representation of color #FFE7A0: hue angle of 44.84º 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 #FFE7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 160 | - |
| CMYK | 0 | 0.09 | 0.37 | 0 |
| HSL | 44.84º | 1% | 0.81% | - |
| HSV(B) | 44.84º | 0.37% | 1% | - |
| XYZ | 76.16 | 80.95 | 44.87 | - |
| YUV | 230.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 160 | 0 | 0.09 | 0.37 | 0 | 44.84 | 1 | 0.81 |
| Hex | FF | E7 | A0 | 0 | 9 | 25 | 0 | 2D | 64 | 51 |
| Octal | 377 | 347 | 240 | 0 | 11 | 45 | 0 | 55 | 144 | 121 |
| Binary | 11111111 | 11100111 | 10100000 | 0 | 1001 | 100101 | 0 | 101101 | 1100100 | 1010001 |
Color Harmonies of #FFE7A0
Complementary color
Monochromatic Colors of #FFE7A0
Black with #FFE7A0
Text Example
Text Example
White with #FFE7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7A0; }
p { color: rgb(255,231,160); }
H1.HeaderClassName
{
color: #FFE7A0;
}
.AnyTagClassName
{
color: #FFE7A0;
}
</style>
background-color css
<style>
a { background-color: #FFE7A0; }
a { background-color: rgb(255,231,160); }
div.DivClassName
{
background-color: #FFE7A0;
}
.BgClassName
{
background-color: #FFE7A0;
}
</style>
border-color css
<style>
span { border-color: #FFE7A0; }
span { border-color: rgb(255,231,160); }
td.TdClassName
{
border-color: #FFE7A0;
}
.TagClassName
{
border-color: #FFE7A0;
}
</style>