Shades of California #E48E31
Tints of California #E48E31
RGB
CMYK
RGB Variations
Color information
#E48E31 (or 0xE48E31) is known color: California. HEX triplet: E4, 8E and 31. RGB value is (228,142,49). Sum of RGB (Red+Green+Blue) = 228+142+49=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E31 is #1B71CE. Grayscale: #9D9D9D. Windows color (decimal): -1798607 or 3247844. OLE color: 3247844.
HSL color Cylindrical-coordinate representation of color #E48E31: hue angle of 31.17º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E48E31 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 49 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.11 |
| HSL | 31.17º | 0.77% | 0.54% | - |
| HSV(B) | 31.17º | 0.79% | 0.89% | - |
| XYZ | 42.22 | 36.06 | 7.64 | - |
| YUV | 157.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 49 | 0 | 0.38 | 0.79 | 0.11 | 31.17 | 0.77 | 0.54 |
| Hex | E4 | 8E | 31 | 0 | 26 | 4F | B | 1F | 4D | 36 |
| Octal | 344 | 216 | 61 | 0 | 46 | 117 | 13 | 37 | 115 | 66 |
| Binary | 11100100 | 10001110 | 110001 | 0 | 100110 | 1001111 | 1011 | 11111 | 1001101 | 110110 |
Color Harmonies of #E48E31
Complementary color
Monochromatic Colors of #E48E31
Black with #E48E31
Text Example
Text Example
White with #E48E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E31; }
p { color: rgb(228,142,49); }
H1.HeaderClassName
{
color: #E48E31;
}
.AnyTagClassName
{
color: #E48E31;
}
</style>
background-color css
<style>
a { background-color: #E48E31; }
a { background-color: rgb(228,142,49); }
div.DivClassName
{
background-color: #E48E31;
}
.BgClassName
{
background-color: #E48E31;
}
</style>
border-color css
<style>
span { border-color: #E48E31; }
span { border-color: rgb(228,142,49); }
td.TdClassName
{
border-color: #E48E31;
}
.TagClassName
{
border-color: #E48E31;
}
</style>