Shades of Cream Brulee #FFE4A1
Tints of Cream Brulee #FFE4A1
RGB
CMYK
RGB Variations
Color information
#FFE4A1 (or 0xFFE4A1) is known color: Cream Brulee. HEX triplet: FF, E4 and A1. RGB value is (255,228,161). Sum of RGB (Red+Green+Blue) = 255+228+161=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 161 (63.28% from 255 or 25% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A1 is #001B5E. Grayscale: #E4E4E4. Windows color (decimal): -7007 or 10609919. OLE color: 10609919.
HSL color Cylindrical-coordinate representation of color #FFE4A1: hue angle of 42.77º 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 #FFE4A1 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 161 | - |
| CMYK | 0 | 0.11 | 0.37 | 0 |
| HSL | 42.77º | 1% | 0.82% | - |
| HSV(B) | 42.77º | 0.37% | 1% | - |
| XYZ | 75.42 | 79.32 | 45.05 | - |
| YUV | 228.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 161 | 0 | 0.11 | 0.37 | 0 | 42.77 | 1 | 0.82 |
| Hex | FF | E4 | A1 | 0 | B | 25 | 0 | 2B | 64 | 52 |
| Octal | 377 | 344 | 241 | 0 | 13 | 45 | 0 | 53 | 144 | 122 |
| Binary | 11111111 | 11100100 | 10100001 | 0 | 1011 | 100101 | 0 | 101011 | 1100100 | 1010010 |
Color Harmonies of #FFE4A1
Complementary color
Monochromatic Colors of #FFE4A1
Black with #FFE4A1
Text Example
Text Example
White with #FFE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4A1; }
p { color: rgb(255,228,161); }
H1.HeaderClassName
{
color: #FFE4A1;
}
.AnyTagClassName
{
color: #FFE4A1;
}
</style>
background-color css
<style>
a { background-color: #FFE4A1; }
a { background-color: rgb(255,228,161); }
div.DivClassName
{
background-color: #FFE4A1;
}
.BgClassName
{
background-color: #FFE4A1;
}
</style>
border-color css
<style>
span { border-color: #FFE4A1; }
span { border-color: rgb(255,228,161); }
td.TdClassName
{
border-color: #FFE4A1;
}
.TagClassName
{
border-color: #FFE4A1;
}
</style>