Shades of California #E98A2E
Tints of California #E98A2E
RGB
CMYK
RGB Variations
Color information
#E98A2E (or 0xE98A2E) is known color: California. HEX triplet: E9, 8A and 2E. RGB value is (233,138,46). Sum of RGB (Red+Green+Blue) = 233+138+46=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A2E is #1675D1. Grayscale: #9C9C9C. Windows color (decimal): -1471954 or 3050217. OLE color: 3050217.
HSL color Cylindrical-coordinate representation of color #E98A2E: hue angle of 29.52º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E98A2E is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 46 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.09 |
| HSL | 29.52º | 0.81% | 0.55% | - |
| HSV(B) | 29.52º | 0.8% | 0.91% | - |
| XYZ | 43.19 | 35.7 | 7.2 | - |
| YUV | 155.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 46 | 0 | 0.41 | 0.80 | 0.09 | 29.52 | 0.81 | 0.55 |
| Hex | E9 | 8A | 2E | 0 | 29 | 50 | 9 | 1E | 51 | 37 |
| Octal | 351 | 212 | 56 | 0 | 51 | 120 | 11 | 36 | 121 | 67 |
| Binary | 11101001 | 10001010 | 101110 | 0 | 101001 | 1010000 | 1001 | 11110 | 1010001 | 110111 |
Color Harmonies of #E98A2E
Complementary color
Monochromatic Colors of #E98A2E
Black with #E98A2E
Text Example
Text Example
White with #E98A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98A2E; }
p { color: rgb(233,138,46); }
H1.HeaderClassName
{
color: #E98A2E;
}
.AnyTagClassName
{
color: #E98A2E;
}
</style>
background-color css
<style>
a { background-color: #E98A2E; }
a { background-color: rgb(233,138,46); }
div.DivClassName
{
background-color: #E98A2E;
}
.BgClassName
{
background-color: #E98A2E;
}
</style>
border-color css
<style>
span { border-color: #E98A2E; }
span { border-color: rgb(233,138,46); }
td.TdClassName
{
border-color: #E98A2E;
}
.TagClassName
{
border-color: #E98A2E;
}
</style>