Shades of California #E89340
Tints of California #E89340
RGB
CMYK
RGB Variations
Color information
#E89340 (or 0xE89340) is known color: California. HEX triplet: E8, 93 and 40. RGB value is (232,147,64). Sum of RGB (Red+Green+Blue) = 232+147+64=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E89340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89340 is #176CBF. Grayscale: #A3A3A3. Windows color (decimal): -1535168 or 4232168. OLE color: 4232168.
HSL color Cylindrical-coordinate representation of color #E89340: hue angle of 29.64º degrees, saturation: 0.79, 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 #E89340 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 64 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.09 |
| HSL | 29.64º | 0.79% | 0.58% | - |
| HSV(B) | 29.64º | 0.72% | 0.91% | - |
| XYZ | 44.64 | 38.39 | 9.91 | - |
| YUV | 162.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 64 | 0 | 0.37 | 0.72 | 0.09 | 29.64 | 0.79 | 0.58 |
| Hex | E8 | 93 | 40 | 0 | 25 | 48 | 9 | 1E | 4F | 3A |
| Octal | 350 | 223 | 100 | 0 | 45 | 110 | 11 | 36 | 117 | 72 |
| Binary | 11101000 | 10010011 | 1000000 | 0 | 100101 | 1001000 | 1001 | 11110 | 1001111 | 111010 |
Color Harmonies of #E89340
Complementary color
Monochromatic Colors of #E89340
Black with #E89340
Text Example
Text Example
White with #E89340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89340; }
p { color: rgb(232,147,64); }
H1.HeaderClassName
{
color: #E89340;
}
.AnyTagClassName
{
color: #E89340;
}
</style>
background-color css
<style>
a { background-color: #E89340; }
a { background-color: rgb(232,147,64); }
div.DivClassName
{
background-color: #E89340;
}
.BgClassName
{
background-color: #E89340;
}
</style>
border-color css
<style>
span { border-color: #E89340; }
span { border-color: rgb(232,147,64); }
td.TdClassName
{
border-color: #E89340;
}
.TagClassName
{
border-color: #E89340;
}
</style>