Shades of California #E98D41
Tints of California #E98D41
RGB
CMYK
RGB Variations
Color information
#E98D41 (or 0xE98D41) is known color: California. HEX triplet: E9, 8D and 41. RGB value is (233,141,65). Sum of RGB (Red+Green+Blue) = 233+141+65=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D41 is #1672BE. Grayscale: #A0A0A0. Windows color (decimal): -1471167 or 4296169. OLE color: 4296169.
HSL color Cylindrical-coordinate representation of color #E98D41: hue angle of 27.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E98D41 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 65 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.09 |
| HSL | 27.14º | 0.79% | 0.58% | - |
| HSV(B) | 27.14º | 0.72% | 0.91% | - |
| XYZ | 44.08 | 36.76 | 9.77 | - |
| YUV | 159.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 65 | 0 | 0.39 | 0.72 | 0.09 | 27.14 | 0.79 | 0.58 |
| Hex | E9 | 8D | 41 | 0 | 27 | 48 | 9 | 1B | 4F | 3A |
| Octal | 351 | 215 | 101 | 0 | 47 | 110 | 11 | 33 | 117 | 72 |
| Binary | 11101001 | 10001101 | 1000001 | 0 | 100111 | 1001000 | 1001 | 11011 | 1001111 | 111010 |
Color Harmonies of #E98D41
Complementary color
Monochromatic Colors of #E98D41
Black with #E98D41
Text Example
Text Example
White with #E98D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D41; }
p { color: rgb(233,141,65); }
H1.HeaderClassName
{
color: #E98D41;
}
.AnyTagClassName
{
color: #E98D41;
}
</style>
background-color css
<style>
a { background-color: #E98D41; }
a { background-color: rgb(233,141,65); }
div.DivClassName
{
background-color: #E98D41;
}
.BgClassName
{
background-color: #E98D41;
}
</style>
border-color css
<style>
span { border-color: #E98D41; }
span { border-color: rgb(233,141,65); }
td.TdClassName
{
border-color: #E98D41;
}
.TagClassName
{
border-color: #E98D41;
}
</style>