Shades of California #E48F37
Tints of California #E48F37
RGB
CMYK
RGB Variations
Color information
#E48F37 (or 0xE48F37) is known color: California. HEX triplet: E4, 8F and 37. RGB value is (228,143,55). Sum of RGB (Red+Green+Blue) = 228+143+55=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48F37 is #1B70C8. Grayscale: #9E9E9E. Windows color (decimal): -1798345 or 3641316. OLE color: 3641316.
HSL color Cylindrical-coordinate representation of color #E48F37: hue angle of 30.52º 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 #E48F37 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 55 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.11 |
| HSL | 30.52º | 0.76% | 0.55% | - |
| HSV(B) | 30.52º | 0.76% | 0.89% | - |
| XYZ | 42.51 | 36.41 | 8.4 | - |
| YUV | 158.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 55 | 0 | 0.37 | 0.76 | 0.11 | 30.52 | 0.76 | 0.55 |
| Hex | E4 | 8F | 37 | 0 | 25 | 4C | B | 1F | 4C | 37 |
| Octal | 344 | 217 | 67 | 0 | 45 | 114 | 13 | 37 | 114 | 67 |
| Binary | 11100100 | 10001111 | 110111 | 0 | 100101 | 1001100 | 1011 | 11111 | 1001100 | 110111 |
Color Harmonies of #E48F37
Complementary color
Monochromatic Colors of #E48F37
Black with #E48F37
Text Example
Text Example
White with #E48F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F37; }
p { color: rgb(228,143,55); }
H1.HeaderClassName
{
color: #E48F37;
}
.AnyTagClassName
{
color: #E48F37;
}
</style>
background-color css
<style>
a { background-color: #E48F37; }
a { background-color: rgb(228,143,55); }
div.DivClassName
{
background-color: #E48F37;
}
.BgClassName
{
background-color: #E48F37;
}
</style>
border-color css
<style>
span { border-color: #E48F37; }
span { border-color: rgb(228,143,55); }
td.TdClassName
{
border-color: #E48F37;
}
.TagClassName
{
border-color: #E48F37;
}
</style>