Shades of California #E58B3A
Tints of California #E58B3A
RGB
CMYK
RGB Variations
Color information
#E58B3A (or 0xE58B3A) is known color: California. HEX triplet: E5, 8B and 3A. RGB value is (229,139,58). Sum of RGB (Red+Green+Blue) = 229+139+58=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B3A is #1A74C5. Grayscale: #9D9D9D. Windows color (decimal): -1733830 or 3836901. OLE color: 3836901.
HSL color Cylindrical-coordinate representation of color #E58B3A: hue angle of 28.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E58B3A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 58 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.10 |
| HSL | 28.42º | 0.77% | 0.56% | - |
| HSV(B) | 28.42º | 0.75% | 0.9% | - |
| XYZ | 42.31 | 35.43 | 8.61 | - |
| YUV | 156.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 58 | 0 | 0.39 | 0.75 | 0.10 | 28.42 | 0.77 | 0.56 |
| Hex | E5 | 8B | 3A | 0 | 27 | 4B | A | 1C | 4D | 38 |
| Octal | 345 | 213 | 72 | 0 | 47 | 113 | 12 | 34 | 115 | 70 |
| Binary | 11100101 | 10001011 | 111010 | 0 | 100111 | 1001011 | 1010 | 11100 | 1001101 | 111000 |
Color Harmonies of #E58B3A
Complementary color
Monochromatic Colors of #E58B3A
Black with #E58B3A
Text Example
Text Example
White with #E58B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B3A; }
p { color: rgb(229,139,58); }
H1.HeaderClassName
{
color: #E58B3A;
}
.AnyTagClassName
{
color: #E58B3A;
}
</style>
background-color css
<style>
a { background-color: #E58B3A; }
a { background-color: rgb(229,139,58); }
div.DivClassName
{
background-color: #E58B3A;
}
.BgClassName
{
background-color: #E58B3A;
}
</style>
border-color css
<style>
span { border-color: #E58B3A; }
span { border-color: rgb(229,139,58); }
td.TdClassName
{
border-color: #E58B3A;
}
.TagClassName
{
border-color: #E58B3A;
}
</style>