Shades of California #E88B3E
Tints of California #E88B3E
RGB
CMYK
RGB Variations
Color information
#E88B3E (or 0xE88B3E) is known color: California. HEX triplet: E8, 8B and 3E. RGB value is (232,139,62). Sum of RGB (Red+Green+Blue) = 232+139+62=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88B3E is #1774C1. Grayscale: #9E9E9E. Windows color (decimal): -1537218 or 4099048. OLE color: 4099048.
HSL color Cylindrical-coordinate representation of color #E88B3E: hue angle of 27.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E88B3E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 62 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.09 |
| HSL | 27.18º | 0.79% | 0.58% | - |
| HSV(B) | 27.18º | 0.73% | 0.91% | - |
| XYZ | 43.38 | 35.97 | 9.21 | - |
| YUV | 158.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 62 | 0 | 0.40 | 0.73 | 0.09 | 27.18 | 0.79 | 0.58 |
| Hex | E8 | 8B | 3E | 0 | 28 | 49 | 9 | 1B | 4F | 3A |
| Octal | 350 | 213 | 76 | 0 | 50 | 111 | 11 | 33 | 117 | 72 |
| Binary | 11101000 | 10001011 | 111110 | 0 | 101000 | 1001001 | 1001 | 11011 | 1001111 | 111010 |
Color Harmonies of #E88B3E
Complementary color
Monochromatic Colors of #E88B3E
Black with #E88B3E
Text Example
Text Example
White with #E88B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B3E; }
p { color: rgb(232,139,62); }
H1.HeaderClassName
{
color: #E88B3E;
}
.AnyTagClassName
{
color: #E88B3E;
}
</style>
background-color css
<style>
a { background-color: #E88B3E; }
a { background-color: rgb(232,139,62); }
div.DivClassName
{
background-color: #E88B3E;
}
.BgClassName
{
background-color: #E88B3E;
}
</style>
border-color css
<style>
span { border-color: #E88B3E; }
span { border-color: rgb(232,139,62); }
td.TdClassName
{
border-color: #E88B3E;
}
.TagClassName
{
border-color: #E88B3E;
}
</style>