Shades of California #E88B3F
Tints of California #E88B3F
RGB
CMYK
RGB Variations
Color information
#E88B3F (or 0xE88B3F) is known color: California. HEX triplet: E8, 8B and 3F. RGB value is (232,139,63). Sum of RGB (Red+Green+Blue) = 232+139+63=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88B3F is #1774C0. Grayscale: #9E9E9E. Windows color (decimal): -1537217 or 4164584. OLE color: 4164584.
HSL color Cylindrical-coordinate representation of color #E88B3F: hue angle of 26.98º 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 #E88B3F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 63 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.09 |
| HSL | 26.98º | 0.79% | 0.58% | - |
| HSV(B) | 26.98º | 0.73% | 0.91% | - |
| XYZ | 43.41 | 35.98 | 9.36 | - |
| YUV | 158.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 63 | 0 | 0.40 | 0.73 | 0.09 | 26.98 | 0.79 | 0.58 |
| Hex | E8 | 8B | 3F | 0 | 28 | 49 | 9 | 1B | 4F | 3A |
| Octal | 350 | 213 | 77 | 0 | 50 | 111 | 11 | 33 | 117 | 72 |
| Binary | 11101000 | 10001011 | 111111 | 0 | 101000 | 1001001 | 1001 | 11011 | 1001111 | 111010 |
Color Harmonies of #E88B3F
Complementary color
Monochromatic Colors of #E88B3F
Black with #E88B3F
Text Example
Text Example
White with #E88B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B3F; }
p { color: rgb(232,139,63); }
H1.HeaderClassName
{
color: #E88B3F;
}
.AnyTagClassName
{
color: #E88B3F;
}
</style>
background-color css
<style>
a { background-color: #E88B3F; }
a { background-color: rgb(232,139,63); }
div.DivClassName
{
background-color: #E88B3F;
}
.BgClassName
{
background-color: #E88B3F;
}
</style>
border-color css
<style>
span { border-color: #E88B3F; }
span { border-color: rgb(232,139,63); }
td.TdClassName
{
border-color: #E88B3F;
}
.TagClassName
{
border-color: #E88B3F;
}
</style>