Shades of California #E49036
Tints of California #E49036
RGB
CMYK
RGB Variations
Color information
#E49036 (or 0xE49036) is known color: California. HEX triplet: E4, 90 and 36. RGB value is (228,144,54). Sum of RGB (Red+Green+Blue) = 228+144+54=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E49036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49036 is #1B6FC9. Grayscale: #9F9F9F. Windows color (decimal): -1798090 or 3576036. OLE color: 3576036.
HSL color Cylindrical-coordinate representation of color #E49036: hue angle of 31.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E49036 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 54 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.11 |
| HSL | 31.03º | 0.76% | 0.55% | - |
| HSV(B) | 31.03º | 0.76% | 0.89% | - |
| XYZ | 42.63 | 36.71 | 8.33 | - |
| YUV | 158.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 54 | 0 | 0.37 | 0.76 | 0.11 | 31.03 | 0.76 | 0.55 |
| Hex | E4 | 90 | 36 | 0 | 25 | 4C | B | 1F | 4C | 37 |
| Octal | 344 | 220 | 66 | 0 | 45 | 114 | 13 | 37 | 114 | 67 |
| Binary | 11100100 | 10010000 | 110110 | 0 | 100101 | 1001100 | 1011 | 11111 | 1001100 | 110111 |
Color Harmonies of #E49036
Complementary color
Monochromatic Colors of #E49036
Black with #E49036
Text Example
Text Example
White with #E49036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49036; }
p { color: rgb(228,144,54); }
H1.HeaderClassName
{
color: #E49036;
}
.AnyTagClassName
{
color: #E49036;
}
</style>
background-color css
<style>
a { background-color: #E49036; }
a { background-color: rgb(228,144,54); }
div.DivClassName
{
background-color: #E49036;
}
.BgClassName
{
background-color: #E49036;
}
</style>
border-color css
<style>
span { border-color: #E49036; }
span { border-color: rgb(228,144,54); }
td.TdClassName
{
border-color: #E49036;
}
.TagClassName
{
border-color: #E49036;
}
</style>