Shades of California #E98E32
Tints of California #E98E32
RGB
CMYK
RGB Variations
Color information
#E98E32 (or 0xE98E32) is known color: California. HEX triplet: E9, 8E and 32. RGB value is (233,142,50). Sum of RGB (Red+Green+Blue) = 233+142+50=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98E32 is #1671CD. Grayscale: #9F9F9F. Windows color (decimal): -1470926 or 3313385. OLE color: 3313385.
HSL color Cylindrical-coordinate representation of color #E98E32: hue angle of 30.16º 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 #E98E32 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 50 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.09 |
| HSL | 30.16º | 0.81% | 0.55% | - |
| HSV(B) | 30.16º | 0.79% | 0.91% | - |
| XYZ | 43.85 | 36.9 | 7.83 | - |
| YUV | 158.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 50 | 0 | 0.39 | 0.79 | 0.09 | 30.16 | 0.81 | 0.55 |
| Hex | E9 | 8E | 32 | 0 | 27 | 4F | 9 | 1E | 51 | 37 |
| Octal | 351 | 216 | 62 | 0 | 47 | 117 | 11 | 36 | 121 | 67 |
| Binary | 11101001 | 10001110 | 110010 | 0 | 100111 | 1001111 | 1001 | 11110 | 1010001 | 110111 |
Color Harmonies of #E98E32
Complementary color
Monochromatic Colors of #E98E32
Black with #E98E32
Text Example
Text Example
White with #E98E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E32; }
p { color: rgb(233,142,50); }
H1.HeaderClassName
{
color: #E98E32;
}
.AnyTagClassName
{
color: #E98E32;
}
</style>
background-color css
<style>
a { background-color: #E98E32; }
a { background-color: rgb(233,142,50); }
div.DivClassName
{
background-color: #E98E32;
}
.BgClassName
{
background-color: #E98E32;
}
</style>
border-color css
<style>
span { border-color: #E98E32; }
span { border-color: rgb(233,142,50); }
td.TdClassName
{
border-color: #E98E32;
}
.TagClassName
{
border-color: #E98E32;
}
</style>