Shades of California #E18E3E
Tints of California #E18E3E
RGB
CMYK
RGB Variations
Color information
#E18E3E (or 0xE18E3E) is known color: California. HEX triplet: E1, 8E and 3E. RGB value is (225,142,62). Sum of RGB (Red+Green+Blue) = 225+142+62=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E3E is #1E71C1. Grayscale: #9E9E9E. Windows color (decimal): -1995202 or 4099809. OLE color: 4099809.
HSL color Cylindrical-coordinate representation of color #E18E3E: hue angle of 29.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E18E3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 142 | 62 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.12 |
| HSL | 29.45º | 0.73% | 0.56% | - |
| HSV(B) | 29.45º | 0.72% | 0.88% | - |
| XYZ | 41.59 | 35.7 | 9.26 | - |
| YUV | 157.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 142 | 62 | 0 | 0.37 | 0.72 | 0.12 | 29.45 | 0.73 | 0.56 |
| Hex | E1 | 8E | 3E | 0 | 25 | 48 | C | 1D | 49 | 38 |
| Octal | 341 | 216 | 76 | 0 | 45 | 110 | 14 | 35 | 111 | 70 |
| Binary | 11100001 | 10001110 | 111110 | 0 | 100101 | 1001000 | 1100 | 11101 | 1001001 | 111000 |
Color Harmonies of #E18E3E
Complementary color
Monochromatic Colors of #E18E3E
Black with #E18E3E
Text Example
Text Example
White with #E18E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18E3E; }
p { color: rgb(225,142,62); }
H1.HeaderClassName
{
color: #E18E3E;
}
.AnyTagClassName
{
color: #E18E3E;
}
</style>
background-color css
<style>
a { background-color: #E18E3E; }
a { background-color: rgb(225,142,62); }
div.DivClassName
{
background-color: #E18E3E;
}
.BgClassName
{
background-color: #E18E3E;
}
</style>
border-color css
<style>
span { border-color: #E18E3E; }
span { border-color: rgb(225,142,62); }
td.TdClassName
{
border-color: #E18E3E;
}
.TagClassName
{
border-color: #E18E3E;
}
</style>