Shades of California #E48F2F
Tints of California #E48F2F
RGB
CMYK
RGB Variations
Color information
#E48F2F (or 0xE48F2F) is known color: California. HEX triplet: E4, 8F and 2F. RGB value is (228,143,47). Sum of RGB (Red+Green+Blue) = 228+143+47=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48F2F is #1B70D0. Grayscale: #9D9D9D. Windows color (decimal): -1798353 or 3117028. OLE color: 3117028.
HSL color Cylindrical-coordinate representation of color #E48F2F: hue angle of 31.82º 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 #E48F2F is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 47 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.11 |
| HSL | 31.82º | 0.77% | 0.54% | - |
| HSV(B) | 31.82º | 0.79% | 0.89% | - |
| XYZ | 42.33 | 36.34 | 7.47 | - |
| YUV | 157.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 47 | 0 | 0.37 | 0.79 | 0.11 | 31.82 | 0.77 | 0.54 |
| Hex | E4 | 8F | 2F | 0 | 25 | 4F | B | 20 | 4D | 36 |
| Octal | 344 | 217 | 57 | 0 | 45 | 117 | 13 | 40 | 115 | 66 |
| Binary | 11100100 | 10001111 | 101111 | 0 | 100101 | 1001111 | 1011 | 100000 | 1001101 | 110110 |
Color Harmonies of #E48F2F
Complementary color
Monochromatic Colors of #E48F2F
Black with #E48F2F
Text Example
Text Example
White with #E48F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F2F; }
p { color: rgb(228,143,47); }
H1.HeaderClassName
{
color: #E48F2F;
}
.AnyTagClassName
{
color: #E48F2F;
}
</style>
background-color css
<style>
a { background-color: #E48F2F; }
a { background-color: rgb(228,143,47); }
div.DivClassName
{
background-color: #E48F2F;
}
.BgClassName
{
background-color: #E48F2F;
}
</style>
border-color css
<style>
span { border-color: #E48F2F; }
span { border-color: rgb(228,143,47); }
td.TdClassName
{
border-color: #E48F2F;
}
.TagClassName
{
border-color: #E48F2F;
}
</style>