Shades of California #E89134
Tints of California #E89134
RGB
CMYK
RGB Variations
Color information
#E89134 (or 0xE89134) is known color: California. HEX triplet: E8, 91 and 34. RGB value is (232,145,52). Sum of RGB (Red+Green+Blue) = 232+145+52=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E89134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89134 is #176ECB. Grayscale: #A0A0A0. Windows color (decimal): -1535692 or 3445224. OLE color: 3445224.
HSL color Cylindrical-coordinate representation of color #E89134: hue angle of 31º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E89134 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 52 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.09 |
| HSL | 31º | 0.8% | 0.56% | - |
| HSV(B) | 31º | 0.78% | 0.91% | - |
| XYZ | 44.02 | 37.65 | 8.2 | - |
| YUV | 160.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 52 | 0 | 0.38 | 0.78 | 0.09 | 31 | 0.8 | 0.56 |
| Hex | E8 | 91 | 34 | 0 | 26 | 4E | 9 | 1F | 50 | 38 |
| Octal | 350 | 221 | 64 | 0 | 46 | 116 | 11 | 37 | 120 | 70 |
| Binary | 11101000 | 10010001 | 110100 | 0 | 100110 | 1001110 | 1001 | 11111 | 1010000 | 111000 |
Color Harmonies of #E89134
Complementary color
Monochromatic Colors of #E89134
Black with #E89134
Text Example
Text Example
White with #E89134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89134; }
p { color: rgb(232,145,52); }
H1.HeaderClassName
{
color: #E89134;
}
.AnyTagClassName
{
color: #E89134;
}
</style>
background-color css
<style>
a { background-color: #E89134; }
a { background-color: rgb(232,145,52); }
div.DivClassName
{
background-color: #E89134;
}
.BgClassName
{
background-color: #E89134;
}
</style>
border-color css
<style>
span { border-color: #E89134; }
span { border-color: rgb(232,145,52); }
td.TdClassName
{
border-color: #E89134;
}
.TagClassName
{
border-color: #E89134;
}
</style>