Shades of California #E88B30
Tints of California #E88B30
RGB
CMYK
RGB Variations
Color information
#E88B30 (or 0xE88B30) is known color: California. HEX triplet: E8, 8B and 30. RGB value is (232,139,48). Sum of RGB (Red+Green+Blue) = 232+139+48=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88B30 is #1774CF. Grayscale: #9C9C9C. Windows color (decimal): -1537232 or 3181544. OLE color: 3181544.
HSL color Cylindrical-coordinate representation of color #E88B30: hue angle of 29.67º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E88B30 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 48 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.09 |
| HSL | 29.67º | 0.8% | 0.55% | - |
| HSV(B) | 29.67º | 0.79% | 0.91% | - |
| XYZ | 43.04 | 35.83 | 7.44 | - |
| YUV | 156.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 48 | 0 | 0.40 | 0.79 | 0.09 | 29.67 | 0.8 | 0.55 |
| Hex | E8 | 8B | 30 | 0 | 28 | 4F | 9 | 1E | 50 | 37 |
| Octal | 350 | 213 | 60 | 0 | 50 | 117 | 11 | 36 | 120 | 67 |
| Binary | 11101000 | 10001011 | 110000 | 0 | 101000 | 1001111 | 1001 | 11110 | 1010000 | 110111 |
Color Harmonies of #E88B30
Complementary color
Monochromatic Colors of #E88B30
Black with #E88B30
Text Example
Text Example
White with #E88B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B30; }
p { color: rgb(232,139,48); }
H1.HeaderClassName
{
color: #E88B30;
}
.AnyTagClassName
{
color: #E88B30;
}
</style>
background-color css
<style>
a { background-color: #E88B30; }
a { background-color: rgb(232,139,48); }
div.DivClassName
{
background-color: #E88B30;
}
.BgClassName
{
background-color: #E88B30;
}
</style>
border-color css
<style>
span { border-color: #E88B30; }
span { border-color: rgb(232,139,48); }
td.TdClassName
{
border-color: #E88B30;
}
.TagClassName
{
border-color: #E88B30;
}
</style>