Shades of California #E28F37
Tints of California #E28F37
RGB
CMYK
RGB Variations
Color information
#E28F37 (or 0xE28F37) is known color: California. HEX triplet: E2, 8F and 37. RGB value is (226,143,55). Sum of RGB (Red+Green+Blue) = 226+143+55=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28F37 is #1D70C8. Grayscale: #9E9E9E. Windows color (decimal): -1929417 or 3641314. OLE color: 3641314.
HSL color Cylindrical-coordinate representation of color #E28F37: hue angle of 30.88º degrees, saturation: 0.75, 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 #E28F37 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 55 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.11 |
| HSL | 30.88º | 0.75% | 0.55% | - |
| HSV(B) | 30.88º | 0.76% | 0.89% | - |
| XYZ | 41.88 | 36.09 | 8.37 | - |
| YUV | 157.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 55 | 0 | 0.37 | 0.76 | 0.11 | 30.88 | 0.75 | 0.55 |
| Hex | E2 | 8F | 37 | 0 | 25 | 4C | B | 1F | 4B | 37 |
| Octal | 342 | 217 | 67 | 0 | 45 | 114 | 13 | 37 | 113 | 67 |
| Binary | 11100010 | 10001111 | 110111 | 0 | 100101 | 1001100 | 1011 | 11111 | 1001011 | 110111 |
Color Harmonies of #E28F37
Complementary color
Monochromatic Colors of #E28F37
Black with #E28F37
Text Example
Text Example
White with #E28F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F37; }
p { color: rgb(226,143,55); }
H1.HeaderClassName
{
color: #E28F37;
}
.AnyTagClassName
{
color: #E28F37;
}
</style>
background-color css
<style>
a { background-color: #E28F37; }
a { background-color: rgb(226,143,55); }
div.DivClassName
{
background-color: #E28F37;
}
.BgClassName
{
background-color: #E28F37;
}
</style>
border-color css
<style>
span { border-color: #E28F37; }
span { border-color: rgb(226,143,55); }
td.TdClassName
{
border-color: #E28F37;
}
.TagClassName
{
border-color: #E28F37;
}
</style>