Shades of Cream Brulee #FFE6A1
Tints of Cream Brulee #FFE6A1
RGB
CMYK
RGB Variations
Color information
#FFE6A1 (or 0xFFE6A1) is known color: Cream Brulee. HEX triplet: FF, E6 and A1. RGB value is (255,230,161). Sum of RGB (Red+Green+Blue) = 255+230+161=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 161 (63.28% from 255 or 24.92% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A1 is #00195E. Grayscale: #E5E5E5. Windows color (decimal): -6495 or 10610431. OLE color: 10610431.
HSL color Cylindrical-coordinate representation of color #FFE6A1: hue angle of 44.04º 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 #FFE6A1 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 161 | - |
| CMYK | 0 | 0.10 | 0.37 | 0 |
| HSL | 44.04º | 1% | 0.82% | - |
| HSV(B) | 44.04º | 0.37% | 1% | - |
| XYZ | 75.97 | 80.43 | 45.24 | - |
| YUV | 229.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 161 | 0 | 0.10 | 0.37 | 0 | 44.04 | 1 | 0.82 |
| Hex | FF | E6 | A1 | 0 | A | 25 | 0 | 2C | 64 | 52 |
| Octal | 377 | 346 | 241 | 0 | 12 | 45 | 0 | 54 | 144 | 122 |
| Binary | 11111111 | 11100110 | 10100001 | 0 | 1010 | 100101 | 0 | 101100 | 1100100 | 1010010 |
Color Harmonies of #FFE6A1
Complementary color
Monochromatic Colors of #FFE6A1
Black with #FFE6A1
Text Example
Text Example
White with #FFE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6A1; }
p { color: rgb(255,230,161); }
H1.HeaderClassName
{
color: #FFE6A1;
}
.AnyTagClassName
{
color: #FFE6A1;
}
</style>
background-color css
<style>
a { background-color: #FFE6A1; }
a { background-color: rgb(255,230,161); }
div.DivClassName
{
background-color: #FFE6A1;
}
.BgClassName
{
background-color: #FFE6A1;
}
</style>
border-color css
<style>
span { border-color: #FFE6A1; }
span { border-color: rgb(255,230,161); }
td.TdClassName
{
border-color: #FFE6A1;
}
.TagClassName
{
border-color: #FFE6A1;
}
</style>