Shades of Cream Brulee #FFE5A2
Tints of Cream Brulee #FFE5A2
RGB
CMYK
RGB Variations
Color information
#FFE5A2 (or 0xFFE5A2) is known color: Cream Brulee. HEX triplet: FF, E5 and A2. RGB value is (255,229,162). Sum of RGB (Red+Green+Blue) = 255+229+162=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 162 (63.67% from 255 or 25.08% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A2 is #001A5D. Grayscale: #E5E5E5. Windows color (decimal): -6750 or 10675711. OLE color: 10675711.
HSL color Cylindrical-coordinate representation of color #FFE5A2: hue angle of 43.23º 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 #FFE5A2 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 162 | - |
| CMYK | 0 | 0.10 | 0.36 | 0 |
| HSL | 43.23º | 1% | 0.82% | - |
| HSV(B) | 43.23º | 0.36% | 1% | - |
| XYZ | 75.78 | 79.91 | 45.61 | - |
| YUV | 229.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 162 | 0 | 0.10 | 0.36 | 0 | 43.23 | 1 | 0.82 |
| Hex | FF | E5 | A2 | 0 | A | 24 | 0 | 2B | 64 | 52 |
| Octal | 377 | 345 | 242 | 0 | 12 | 44 | 0 | 53 | 144 | 122 |
| Binary | 11111111 | 11100101 | 10100010 | 0 | 1010 | 100100 | 0 | 101011 | 1100100 | 1010010 |
Color Harmonies of #FFE5A2
Complementary color
Monochromatic Colors of #FFE5A2
Black with #FFE5A2
Text Example
Text Example
White with #FFE5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5A2; }
p { color: rgb(255,229,162); }
H1.HeaderClassName
{
color: #FFE5A2;
}
.AnyTagClassName
{
color: #FFE5A2;
}
</style>
background-color css
<style>
a { background-color: #FFE5A2; }
a { background-color: rgb(255,229,162); }
div.DivClassName
{
background-color: #FFE5A2;
}
.BgClassName
{
background-color: #FFE5A2;
}
</style>
border-color css
<style>
span { border-color: #FFE5A2; }
span { border-color: rgb(255,229,162); }
td.TdClassName
{
border-color: #FFE5A2;
}
.TagClassName
{
border-color: #FFE5A2;
}
</style>