Shades of Cream Brulee #FFE7A2
Tints of Cream Brulee #FFE7A2
RGB
CMYK
RGB Variations
Color information
#FFE7A2 (or 0xFFE7A2) is known color: Cream Brulee. HEX triplet: FF, E7 and A2. RGB value is (255,231,162). Sum of RGB (Red+Green+Blue) = 255+231+162=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 162 (63.67% from 255 or 25% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE7A2 is #00185D. Grayscale: #E6E6E6. Windows color (decimal): -6238 or 10676223. OLE color: 10676223.
HSL color Cylindrical-coordinate representation of color #FFE7A2: hue angle of 44.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFE7A2 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 162 | - |
| CMYK | 0 | 0.09 | 0.36 | 0 |
| HSL | 44.52º | 1% | 0.82% | - |
| HSV(B) | 44.52º | 0.36% | 1% | - |
| XYZ | 76.34 | 81.02 | 45.8 | - |
| YUV | 230.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 162 | 0 | 0.09 | 0.36 | 0 | 44.52 | 1 | 0.82 |
| Hex | FF | E7 | A2 | 0 | 9 | 24 | 0 | 2D | 64 | 52 |
| Octal | 377 | 347 | 242 | 0 | 11 | 44 | 0 | 55 | 144 | 122 |
| Binary | 11111111 | 11100111 | 10100010 | 0 | 1001 | 100100 | 0 | 101101 | 1100100 | 1010010 |
Color Harmonies of #FFE7A2
Complementary color
Monochromatic Colors of #FFE7A2
Black with #FFE7A2
Text Example
Text Example
White with #FFE7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7A2; }
p { color: rgb(255,231,162); }
H1.HeaderClassName
{
color: #FFE7A2;
}
.AnyTagClassName
{
color: #FFE7A2;
}
</style>
background-color css
<style>
a { background-color: #FFE7A2; }
a { background-color: rgb(255,231,162); }
div.DivClassName
{
background-color: #FFE7A2;
}
.BgClassName
{
background-color: #FFE7A2;
}
</style>
border-color css
<style>
span { border-color: #FFE7A2; }
span { border-color: rgb(255,231,162); }
td.TdClassName
{
border-color: #FFE7A2;
}
.TagClassName
{
border-color: #FFE7A2;
}
</style>