Shades of California #E89235
Tints of California #E89235
RGB
CMYK
RGB Variations
Color information
#E89235 (or 0xE89235) is known color: California. HEX triplet: E8, 92 and 35. RGB value is (232,146,53). Sum of RGB (Red+Green+Blue) = 232+146+53=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E89235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89235 is #176DCA. Grayscale: #A1A1A1. Windows color (decimal): -1535435 or 3511016. OLE color: 3511016.
HSL color Cylindrical-coordinate representation of color #E89235: hue angle of 31.17º 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 #E89235 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 53 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.09 |
| HSL | 31.17º | 0.8% | 0.56% | - |
| HSV(B) | 31.17º | 0.77% | 0.91% | - |
| XYZ | 44.2 | 37.97 | 8.37 | - |
| YUV | 161.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 53 | 0 | 0.37 | 0.77 | 0.09 | 31.17 | 0.8 | 0.56 |
| Hex | E8 | 92 | 35 | 0 | 25 | 4D | 9 | 1F | 50 | 38 |
| Octal | 350 | 222 | 65 | 0 | 45 | 115 | 11 | 37 | 120 | 70 |
| Binary | 11101000 | 10010010 | 110101 | 0 | 100101 | 1001101 | 1001 | 11111 | 1010000 | 111000 |
Color Harmonies of #E89235
Complementary color
Monochromatic Colors of #E89235
Black with #E89235
Text Example
Text Example
White with #E89235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89235; }
p { color: rgb(232,146,53); }
H1.HeaderClassName
{
color: #E89235;
}
.AnyTagClassName
{
color: #E89235;
}
</style>
background-color css
<style>
a { background-color: #E89235; }
a { background-color: rgb(232,146,53); }
div.DivClassName
{
background-color: #E89235;
}
.BgClassName
{
background-color: #E89235;
}
</style>
border-color css
<style>
span { border-color: #E89235; }
span { border-color: rgb(232,146,53); }
td.TdClassName
{
border-color: #E89235;
}
.TagClassName
{
border-color: #E89235;
}
</style>