Shades of California #E98E3D
Tints of California #E98E3D
RGB
CMYK
RGB Variations
Color information
#E98E3D (or 0xE98E3D) is known color: California. HEX triplet: E9, 8E and 3D. RGB value is (233,142,61). Sum of RGB (Red+Green+Blue) = 233+142+61=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98E3D is #1671C2. Grayscale: #A0A0A0. Windows color (decimal): -1470915 or 4034281. OLE color: 4034281.
HSL color Cylindrical-coordinate representation of color #E98E3D: hue angle of 28.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E98E3D is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 61 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.09 |
| HSL | 28.26º | 0.8% | 0.58% | - |
| HSV(B) | 28.26º | 0.74% | 0.91% | - |
| XYZ | 44.12 | 37.01 | 9.23 | - |
| YUV | 159.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 61 | 0 | 0.39 | 0.74 | 0.09 | 28.26 | 0.8 | 0.58 |
| Hex | E9 | 8E | 3D | 0 | 27 | 4A | 9 | 1C | 50 | 3A |
| Octal | 351 | 216 | 75 | 0 | 47 | 112 | 11 | 34 | 120 | 72 |
| Binary | 11101001 | 10001110 | 111101 | 0 | 100111 | 1001010 | 1001 | 11100 | 1010000 | 111010 |
Color Harmonies of #E98E3D
Complementary color
Monochromatic Colors of #E98E3D
Black with #E98E3D
Text Example
Text Example
White with #E98E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E3D; }
p { color: rgb(233,142,61); }
H1.HeaderClassName
{
color: #E98E3D;
}
.AnyTagClassName
{
color: #E98E3D;
}
</style>
background-color css
<style>
a { background-color: #E98E3D; }
a { background-color: rgb(233,142,61); }
div.DivClassName
{
background-color: #E98E3D;
}
.BgClassName
{
background-color: #E98E3D;
}
</style>
border-color css
<style>
span { border-color: #E98E3D; }
span { border-color: rgb(233,142,61); }
td.TdClassName
{
border-color: #E98E3D;
}
.TagClassName
{
border-color: #E98E3D;
}
</style>