Shades of California #E98D36
Tints of California #E98D36
RGB
CMYK
RGB Variations
Color information
#E98D36 (or 0xE98D36) is known color: California. HEX triplet: E9, 8D and 36. RGB value is (233,141,54). Sum of RGB (Red+Green+Blue) = 233+141+54=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D36 is #1672C9. Grayscale: #9F9F9F. Windows color (decimal): -1471178 or 3575273. OLE color: 3575273.
HSL color Cylindrical-coordinate representation of color #E98D36: hue angle of 29.16º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E98D36 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 54 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.09 |
| HSL | 29.16º | 0.8% | 0.56% | - |
| HSV(B) | 29.16º | 0.77% | 0.91% | - |
| XYZ | 43.8 | 36.64 | 8.25 | - |
| YUV | 158.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 54 | 0 | 0.39 | 0.77 | 0.09 | 29.16 | 0.8 | 0.56 |
| Hex | E9 | 8D | 36 | 0 | 27 | 4D | 9 | 1D | 50 | 38 |
| Octal | 351 | 215 | 66 | 0 | 47 | 115 | 11 | 35 | 120 | 70 |
| Binary | 11101001 | 10001101 | 110110 | 0 | 100111 | 1001101 | 1001 | 11101 | 1010000 | 111000 |
Color Harmonies of #E98D36
Complementary color
Monochromatic Colors of #E98D36
Black with #E98D36
Text Example
Text Example
White with #E98D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D36; }
p { color: rgb(233,141,54); }
H1.HeaderClassName
{
color: #E98D36;
}
.AnyTagClassName
{
color: #E98D36;
}
</style>
background-color css
<style>
a { background-color: #E98D36; }
a { background-color: rgb(233,141,54); }
div.DivClassName
{
background-color: #E98D36;
}
.BgClassName
{
background-color: #E98D36;
}
</style>
border-color css
<style>
span { border-color: #E98D36; }
span { border-color: rgb(233,141,54); }
td.TdClassName
{
border-color: #E98D36;
}
.TagClassName
{
border-color: #E98D36;
}
</style>