Shades of California #E99139
Tints of California #E99139
RGB
CMYK
RGB Variations
Color information
#E99139 (or 0xE99139) is known color: California. HEX triplet: E9, 91 and 39. RGB value is (233,145,57). Sum of RGB (Red+Green+Blue) = 233+145+57=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E99139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99139 is #166EC6. Grayscale: #A1A1A1. Windows color (decimal): -1470151 or 3772905. OLE color: 3772905.
HSL color Cylindrical-coordinate representation of color #E99139: hue angle of 30º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E99139 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 57 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.09 |
| HSL | 30º | 0.8% | 0.57% | - |
| HSV(B) | 30º | 0.76% | 0.91% | - |
| XYZ | 44.47 | 37.87 | 8.84 | - |
| YUV | 161.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 57 | 0 | 0.38 | 0.76 | 0.09 | 30 | 0.8 | 0.57 |
| Hex | E9 | 91 | 39 | 0 | 26 | 4C | 9 | 1E | 50 | 39 |
| Octal | 351 | 221 | 71 | 0 | 46 | 114 | 11 | 36 | 120 | 71 |
| Binary | 11101001 | 10010001 | 111001 | 0 | 100110 | 1001100 | 1001 | 11110 | 1010000 | 111001 |
Color Harmonies of #E99139
Complementary color
Monochromatic Colors of #E99139
Black with #E99139
Text Example
Text Example
White with #E99139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99139; }
p { color: rgb(233,145,57); }
H1.HeaderClassName
{
color: #E99139;
}
.AnyTagClassName
{
color: #E99139;
}
</style>
background-color css
<style>
a { background-color: #E99139; }
a { background-color: rgb(233,145,57); }
div.DivClassName
{
background-color: #E99139;
}
.BgClassName
{
background-color: #E99139;
}
</style>
border-color css
<style>
span { border-color: #E99139; }
span { border-color: rgb(233,145,57); }
td.TdClassName
{
border-color: #E99139;
}
.TagClassName
{
border-color: #E99139;
}
</style>