Shades of California #E4872F
Tints of California #E4872F
RGB
CMYK
RGB Variations
Color information
#E4872F (or 0xE4872F) is known color: California. HEX triplet: E4, 87 and 2F. RGB value is (228,135,47). Sum of RGB (Red+Green+Blue) = 228+135+47=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E4872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4872F is #1B78D0. Grayscale: #999999. Windows color (decimal): -1800401 or 3114980. OLE color: 3114980.
HSL color Cylindrical-coordinate representation of color #E4872F: hue angle of 29.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 #E4872F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 47 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.11 |
| HSL | 29.17º | 0.77% | 0.54% | - |
| HSV(B) | 29.17º | 0.79% | 0.89% | - |
| XYZ | 41.17 | 34.03 | 7.09 | - |
| YUV | 152.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 47 | 0 | 0.41 | 0.79 | 0.11 | 29.17 | 0.77 | 0.54 |
| Hex | E4 | 87 | 2F | 0 | 29 | 4F | B | 1D | 4D | 36 |
| Octal | 344 | 207 | 57 | 0 | 51 | 117 | 13 | 35 | 115 | 66 |
| Binary | 11100100 | 10000111 | 101111 | 0 | 101001 | 1001111 | 1011 | 11101 | 1001101 | 110110 |
Color Harmonies of #E4872F
Complementary color
Monochromatic Colors of #E4872F
Black with #E4872F
Text Example
Text Example
White with #E4872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4872F; }
p { color: rgb(228,135,47); }
H1.HeaderClassName
{
color: #E4872F;
}
.AnyTagClassName
{
color: #E4872F;
}
</style>
background-color css
<style>
a { background-color: #E4872F; }
a { background-color: rgb(228,135,47); }
div.DivClassName
{
background-color: #E4872F;
}
.BgClassName
{
background-color: #E4872F;
}
</style>
border-color css
<style>
span { border-color: #E4872F; }
span { border-color: rgb(228,135,47); }
td.TdClassName
{
border-color: #E4872F;
}
.TagClassName
{
border-color: #E4872F;
}
</style>