Shades of California #E48C37
Tints of California #E48C37
RGB
CMYK
RGB Variations
Color information
#E48C37 (or 0xE48C37) is known color: California. HEX triplet: E4, 8C and 37. RGB value is (228,140,55). Sum of RGB (Red+Green+Blue) = 228+140+55=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C37 is #1B73C8. Grayscale: #9D9D9D. Windows color (decimal): -1799113 or 3640548. OLE color: 3640548.
HSL color Cylindrical-coordinate representation of color #E48C37: hue angle of 29.48º 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 #E48C37 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 55 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.11 |
| HSL | 29.48º | 0.76% | 0.55% | - |
| HSV(B) | 29.48º | 0.76% | 0.89% | - |
| XYZ | 42.06 | 35.53 | 8.25 | - |
| YUV | 156.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 55 | 0 | 0.39 | 0.76 | 0.11 | 29.48 | 0.76 | 0.55 |
| Hex | E4 | 8C | 37 | 0 | 27 | 4C | B | 1D | 4C | 37 |
| Octal | 344 | 214 | 67 | 0 | 47 | 114 | 13 | 35 | 114 | 67 |
| Binary | 11100100 | 10001100 | 110111 | 0 | 100111 | 1001100 | 1011 | 11101 | 1001100 | 110111 |
Color Harmonies of #E48C37
Complementary color
Monochromatic Colors of #E48C37
Black with #E48C37
Text Example
Text Example
White with #E48C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C37; }
p { color: rgb(228,140,55); }
H1.HeaderClassName
{
color: #E48C37;
}
.AnyTagClassName
{
color: #E48C37;
}
</style>
background-color css
<style>
a { background-color: #E48C37; }
a { background-color: rgb(228,140,55); }
div.DivClassName
{
background-color: #E48C37;
}
.BgClassName
{
background-color: #E48C37;
}
</style>
border-color css
<style>
span { border-color: #E48C37; }
span { border-color: rgb(228,140,55); }
td.TdClassName
{
border-color: #E48C37;
}
.TagClassName
{
border-color: #E48C37;
}
</style>