Shades of California #E89241
Tints of California #E89241
RGB
CMYK
RGB Variations
Color information
#E89241 (or 0xE89241) is known color: California. HEX triplet: E8, 92 and 41. RGB value is (232,146,65). Sum of RGB (Red+Green+Blue) = 232+146+65=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E89241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89241 is #176DBE. Grayscale: #A2A2A2. Windows color (decimal): -1535423 or 4297448. OLE color: 4297448.
HSL color Cylindrical-coordinate representation of color #E89241: hue angle of 29.1º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E89241 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 65 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.09 |
| HSL | 29.1º | 0.78% | 0.58% | - |
| HSV(B) | 29.1º | 0.72% | 0.91% | - |
| XYZ | 44.51 | 38.1 | 10.01 | - |
| YUV | 162.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 65 | 0 | 0.37 | 0.72 | 0.09 | 29.1 | 0.78 | 0.58 |
| Hex | E8 | 92 | 41 | 0 | 25 | 48 | 9 | 1D | 4E | 3A |
| Octal | 350 | 222 | 101 | 0 | 45 | 110 | 11 | 35 | 116 | 72 |
| Binary | 11101000 | 10010010 | 1000001 | 0 | 100101 | 1001000 | 1001 | 11101 | 1001110 | 111010 |
Color Harmonies of #E89241
Complementary color
Monochromatic Colors of #E89241
Black with #E89241
Text Example
Text Example
White with #E89241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89241; }
p { color: rgb(232,146,65); }
H1.HeaderClassName
{
color: #E89241;
}
.AnyTagClassName
{
color: #E89241;
}
</style>
background-color css
<style>
a { background-color: #E89241; }
a { background-color: rgb(232,146,65); }
div.DivClassName
{
background-color: #E89241;
}
.BgClassName
{
background-color: #E89241;
}
</style>
border-color css
<style>
span { border-color: #E89241; }
span { border-color: rgb(232,146,65); }
td.TdClassName
{
border-color: #E89241;
}
.TagClassName
{
border-color: #E89241;
}
</style>