Shades of California #E98B37
Tints of California #E98B37
RGB
CMYK
RGB Variations
Color information
#E98B37 (or 0xE98B37) is known color: California. HEX triplet: E9, 8B and 37. RGB value is (233,139,55). Sum of RGB (Red+Green+Blue) = 233+139+55=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98B37 is #1674C8. Grayscale: #9D9D9D. Windows color (decimal): -1471689 or 3640297. OLE color: 3640297.
HSL color Cylindrical-coordinate representation of color #E98B37: hue angle of 28.31º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E98B37 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 55 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.09 |
| HSL | 28.31º | 0.8% | 0.56% | - |
| HSV(B) | 28.31º | 0.76% | 0.91% | - |
| XYZ | 43.53 | 36.06 | 8.28 | - |
| YUV | 157.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 55 | 0 | 0.40 | 0.76 | 0.09 | 28.31 | 0.8 | 0.56 |
| Hex | E9 | 8B | 37 | 0 | 28 | 4C | 9 | 1C | 50 | 38 |
| Octal | 351 | 213 | 67 | 0 | 50 | 114 | 11 | 34 | 120 | 70 |
| Binary | 11101001 | 10001011 | 110111 | 0 | 101000 | 1001100 | 1001 | 11100 | 1010000 | 111000 |
Color Harmonies of #E98B37
Complementary color
Monochromatic Colors of #E98B37
Black with #E98B37
Text Example
Text Example
White with #E98B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B37; }
p { color: rgb(233,139,55); }
H1.HeaderClassName
{
color: #E98B37;
}
.AnyTagClassName
{
color: #E98B37;
}
</style>
background-color css
<style>
a { background-color: #E98B37; }
a { background-color: rgb(233,139,55); }
div.DivClassName
{
background-color: #E98B37;
}
.BgClassName
{
background-color: #E98B37;
}
</style>
border-color css
<style>
span { border-color: #E98B37; }
span { border-color: rgb(233,139,55); }
td.TdClassName
{
border-color: #E98B37;
}
.TagClassName
{
border-color: #E98B37;
}
</style>