Shades of California #E58F2F
Tints of California #E58F2F
RGB
CMYK
RGB Variations
Color information
#E58F2F (or 0xE58F2F) is known color: California. HEX triplet: E5, 8F and 2F. RGB value is (229,143,47). Sum of RGB (Red+Green+Blue) = 229+143+47=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58F2F is #1A70D0. Grayscale: #9E9E9E. Windows color (decimal): -1732817 or 3117029. OLE color: 3117029.
HSL color Cylindrical-coordinate representation of color #E58F2F: hue angle of 31.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E58F2F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.10 |
| HSL | 31.65º | 0.78% | 0.54% | - |
| HSV(B) | 31.65º | 0.79% | 0.9% | - |
| XYZ | 42.65 | 36.51 | 7.49 | - |
| YUV | 157.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 47 | 0 | 0.38 | 0.79 | 0.10 | 31.65 | 0.78 | 0.54 |
| Hex | E5 | 8F | 2F | 0 | 26 | 4F | A | 20 | 4E | 36 |
| Octal | 345 | 217 | 57 | 0 | 46 | 117 | 12 | 40 | 116 | 66 |
| Binary | 11100101 | 10001111 | 101111 | 0 | 100110 | 1001111 | 1010 | 100000 | 1001110 | 110110 |
Color Harmonies of #E58F2F
Complementary color
Monochromatic Colors of #E58F2F
Black with #E58F2F
Text Example
Text Example
White with #E58F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F2F; }
p { color: rgb(229,143,47); }
H1.HeaderClassName
{
color: #E58F2F;
}
.AnyTagClassName
{
color: #E58F2F;
}
</style>
background-color css
<style>
a { background-color: #E58F2F; }
a { background-color: rgb(229,143,47); }
div.DivClassName
{
background-color: #E58F2F;
}
.BgClassName
{
background-color: #E58F2F;
}
</style>
border-color css
<style>
span { border-color: #E58F2F; }
span { border-color: rgb(229,143,47); }
td.TdClassName
{
border-color: #E58F2F;
}
.TagClassName
{
border-color: #E58F2F;
}
</style>