Shades of California #E98B32
Tints of California #E98B32
RGB
CMYK
RGB Variations
Color information
#E98B32 (or 0xE98B32) is known color: California. HEX triplet: E9, 8B and 32. RGB value is (233,139,50). Sum of RGB (Red+Green+Blue) = 233+139+50=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98B32 is #1674CD. Grayscale: #9D9D9D. Windows color (decimal): -1471694 or 3312617. OLE color: 3312617.
HSL color Cylindrical-coordinate representation of color #E98B32: hue angle of 29.18º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E98B32 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 50 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.09 |
| HSL | 29.18º | 0.81% | 0.55% | - |
| HSV(B) | 29.18º | 0.79% | 0.91% | - |
| XYZ | 43.41 | 36.02 | 7.68 | - |
| YUV | 156.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 50 | 0 | 0.40 | 0.79 | 0.09 | 29.18 | 0.81 | 0.55 |
| Hex | E9 | 8B | 32 | 0 | 28 | 4F | 9 | 1D | 51 | 37 |
| Octal | 351 | 213 | 62 | 0 | 50 | 117 | 11 | 35 | 121 | 67 |
| Binary | 11101001 | 10001011 | 110010 | 0 | 101000 | 1001111 | 1001 | 11101 | 1010001 | 110111 |
Color Harmonies of #E98B32
Complementary color
Monochromatic Colors of #E98B32
Black with #E98B32
Text Example
Text Example
White with #E98B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B32; }
p { color: rgb(233,139,50); }
H1.HeaderClassName
{
color: #E98B32;
}
.AnyTagClassName
{
color: #E98B32;
}
</style>
background-color css
<style>
a { background-color: #E98B32; }
a { background-color: rgb(233,139,50); }
div.DivClassName
{
background-color: #E98B32;
}
.BgClassName
{
background-color: #E98B32;
}
</style>
border-color css
<style>
span { border-color: #E98B32; }
span { border-color: rgb(233,139,50); }
td.TdClassName
{
border-color: #E98B32;
}
.TagClassName
{
border-color: #E98B32;
}
</style>