Shades of Cream Brulee #FFE7A1
Tints of Cream Brulee #FFE7A1
RGB
CMYK
RGB Variations
Color information
#FFE7A1 (or 0xFFE7A1) is known color: Cream Brulee. HEX triplet: FF, E7 and A1. RGB value is (255,231,161). Sum of RGB (Red+Green+Blue) = 255+231+161=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 161 (63.28% from 255 or 24.88% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE7A1 is #00185E. Grayscale: #E6E6E6. Windows color (decimal): -6239 or 10610687. OLE color: 10610687.
HSL color Cylindrical-coordinate representation of color #FFE7A1: hue angle of 44.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFE7A1 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 161 | - |
| CMYK | 0 | 0.09 | 0.37 | 0 |
| HSL | 44.68º | 1% | 0.82% | - |
| HSV(B) | 44.68º | 0.37% | 1% | - |
| XYZ | 76.25 | 80.99 | 45.33 | - |
| YUV | 230.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 161 | 0 | 0.09 | 0.37 | 0 | 44.68 | 1 | 0.82 |
| Hex | FF | E7 | A1 | 0 | 9 | 25 | 0 | 2D | 64 | 52 |
| Octal | 377 | 347 | 241 | 0 | 11 | 45 | 0 | 55 | 144 | 122 |
| Binary | 11111111 | 11100111 | 10100001 | 0 | 1001 | 100101 | 0 | 101101 | 1100100 | 1010010 |
Color Harmonies of #FFE7A1
Complementary color
Monochromatic Colors of #FFE7A1
Black with #FFE7A1
Text Example
Text Example
White with #FFE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7A1; }
p { color: rgb(255,231,161); }
H1.HeaderClassName
{
color: #FFE7A1;
}
.AnyTagClassName
{
color: #FFE7A1;
}
</style>
background-color css
<style>
a { background-color: #FFE7A1; }
a { background-color: rgb(255,231,161); }
div.DivClassName
{
background-color: #FFE7A1;
}
.BgClassName
{
background-color: #FFE7A1;
}
</style>
border-color css
<style>
span { border-color: #FFE7A1; }
span { border-color: rgb(255,231,161); }
td.TdClassName
{
border-color: #FFE7A1;
}
.TagClassName
{
border-color: #FFE7A1;
}
</style>