Shades of California #E98934
Tints of California #E98934
RGB
CMYK
RGB Variations
Color information
#E98934 (or 0xE98934) is known color: California. HEX triplet: E9, 89 and 34. RGB value is (233,137,52). Sum of RGB (Red+Green+Blue) = 233+137+52=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E98934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98934 is #1676CB. Grayscale: #9C9C9C. Windows color (decimal): -1472204 or 3443177. OLE color: 3443177.
HSL color Cylindrical-coordinate representation of color #E98934: hue angle of 28.18º 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 #E98934 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 137 | 52 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.09 |
| HSL | 28.18º | 0.8% | 0.56% | - |
| HSV(B) | 28.18º | 0.78% | 0.91% | - |
| XYZ | 43.17 | 35.46 | 7.82 | - |
| YUV | 156.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 137 | 52 | 0 | 0.41 | 0.78 | 0.09 | 28.18 | 0.8 | 0.56 |
| Hex | E9 | 89 | 34 | 0 | 29 | 4E | 9 | 1C | 50 | 38 |
| Octal | 351 | 211 | 64 | 0 | 51 | 116 | 11 | 34 | 120 | 70 |
| Binary | 11101001 | 10001001 | 110100 | 0 | 101001 | 1001110 | 1001 | 11100 | 1010000 | 111000 |
Color Harmonies of #E98934
Complementary color
Monochromatic Colors of #E98934
Black with #E98934
Text Example
Text Example
White with #E98934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98934; }
p { color: rgb(233,137,52); }
H1.HeaderClassName
{
color: #E98934;
}
.AnyTagClassName
{
color: #E98934;
}
</style>
background-color css
<style>
a { background-color: #E98934; }
a { background-color: rgb(233,137,52); }
div.DivClassName
{
background-color: #E98934;
}
.BgClassName
{
background-color: #E98934;
}
</style>
border-color css
<style>
span { border-color: #E98934; }
span { border-color: rgb(233,137,52); }
td.TdClassName
{
border-color: #E98934;
}
.TagClassName
{
border-color: #E98934;
}
</style>