Shades of California #E88F39
Tints of California #E88F39
RGB
CMYK
RGB Variations
Color information
#E88F39 (or 0xE88F39) is known color: California. HEX triplet: E8, 8F and 39. RGB value is (232,143,57). Sum of RGB (Red+Green+Blue) = 232+143+57=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88F39 is #1770C6. Grayscale: #A0A0A0. Windows color (decimal): -1536199 or 3772392. OLE color: 3772392.
HSL color Cylindrical-coordinate representation of color #E88F39: hue angle of 29.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E88F39 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 57 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.09 |
| HSL | 29.49º | 0.79% | 0.57% | - |
| HSV(B) | 29.49º | 0.75% | 0.91% | - |
| XYZ | 43.84 | 37.1 | 8.72 | - |
| YUV | 159.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 57 | 0 | 0.38 | 0.75 | 0.09 | 29.49 | 0.79 | 0.57 |
| Hex | E8 | 8F | 39 | 0 | 26 | 4B | 9 | 1D | 4F | 39 |
| Octal | 350 | 217 | 71 | 0 | 46 | 113 | 11 | 35 | 117 | 71 |
| Binary | 11101000 | 10001111 | 111001 | 0 | 100110 | 1001011 | 1001 | 11101 | 1001111 | 111001 |
Color Harmonies of #E88F39
Complementary color
Monochromatic Colors of #E88F39
Black with #E88F39
Text Example
Text Example
White with #E88F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F39; }
p { color: rgb(232,143,57); }
H1.HeaderClassName
{
color: #E88F39;
}
.AnyTagClassName
{
color: #E88F39;
}
</style>
background-color css
<style>
a { background-color: #E88F39; }
a { background-color: rgb(232,143,57); }
div.DivClassName
{
background-color: #E88F39;
}
.BgClassName
{
background-color: #E88F39;
}
</style>
border-color css
<style>
span { border-color: #E88F39; }
span { border-color: rgb(232,143,57); }
td.TdClassName
{
border-color: #E88F39;
}
.TagClassName
{
border-color: #E88F39;
}
</style>