Shades of California #E88D35
Tints of California #E88D35
RGB
CMYK
RGB Variations
Color information
#E88D35 (or 0xE88D35) is known color: California. HEX triplet: E8, 8D and 35. RGB value is (232,141,53). Sum of RGB (Red+Green+Blue) = 232+141+53=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D35 is #1772CA. Grayscale: #9E9E9E. Windows color (decimal): -1536715 or 3509736. OLE color: 3509736.
HSL color Cylindrical-coordinate representation of color #E88D35: hue angle of 29.5º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E88D35 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 53 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.09 |
| HSL | 29.5º | 0.8% | 0.56% | - |
| HSV(B) | 29.5º | 0.77% | 0.91% | - |
| XYZ | 43.45 | 36.46 | 8.12 | - |
| YUV | 158.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 53 | 0 | 0.39 | 0.77 | 0.09 | 29.5 | 0.8 | 0.56 |
| Hex | E8 | 8D | 35 | 0 | 27 | 4D | 9 | 1D | 50 | 38 |
| Octal | 350 | 215 | 65 | 0 | 47 | 115 | 11 | 35 | 120 | 70 |
| Binary | 11101000 | 10001101 | 110101 | 0 | 100111 | 1001101 | 1001 | 11101 | 1010000 | 111000 |
Color Harmonies of #E88D35
Complementary color
Monochromatic Colors of #E88D35
Black with #E88D35
Text Example
Text Example
White with #E88D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D35; }
p { color: rgb(232,141,53); }
H1.HeaderClassName
{
color: #E88D35;
}
.AnyTagClassName
{
color: #E88D35;
}
</style>
background-color css
<style>
a { background-color: #E88D35; }
a { background-color: rgb(232,141,53); }
div.DivClassName
{
background-color: #E88D35;
}
.BgClassName
{
background-color: #E88D35;
}
</style>
border-color css
<style>
span { border-color: #E88D35; }
span { border-color: rgb(232,141,53); }
td.TdClassName
{
border-color: #E88D35;
}
.TagClassName
{
border-color: #E88D35;
}
</style>