Shades of California #E18D3E
Tints of California #E18D3E
RGB
CMYK
RGB Variations
Color information
#E18D3E (or 0xE18D3E) is known color: California. HEX triplet: E1, 8D and 3E. RGB value is (225,141,62). Sum of RGB (Red+Green+Blue) = 225+141+62=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D3E is #1E72C1. Grayscale: #9D9D9D. Windows color (decimal): -1995458 or 4099553. OLE color: 4099553.
HSL color Cylindrical-coordinate representation of color #E18D3E: hue angle of 29.08º 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 #E18D3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 62 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.12 |
| HSL | 29.08º | 0.73% | 0.56% | - |
| HSV(B) | 29.08º | 0.72% | 0.88% | - |
| XYZ | 41.45 | 35.41 | 9.21 | - |
| YUV | 157.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 62 | 0 | 0.37 | 0.72 | 0.12 | 29.08 | 0.73 | 0.56 |
| Hex | E1 | 8D | 3E | 0 | 25 | 48 | C | 1D | 49 | 38 |
| Octal | 341 | 215 | 76 | 0 | 45 | 110 | 14 | 35 | 111 | 70 |
| Binary | 11100001 | 10001101 | 111110 | 0 | 100101 | 1001000 | 1100 | 11101 | 1001001 | 111000 |
Color Harmonies of #E18D3E
Complementary color
Monochromatic Colors of #E18D3E
Black with #E18D3E
Text Example
Text Example
White with #E18D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D3E; }
p { color: rgb(225,141,62); }
H1.HeaderClassName
{
color: #E18D3E;
}
.AnyTagClassName
{
color: #E18D3E;
}
</style>
background-color css
<style>
a { background-color: #E18D3E; }
a { background-color: rgb(225,141,62); }
div.DivClassName
{
background-color: #E18D3E;
}
.BgClassName
{
background-color: #E18D3E;
}
</style>
border-color css
<style>
span { border-color: #E18D3E; }
span { border-color: rgb(225,141,62); }
td.TdClassName
{
border-color: #E18D3E;
}
.TagClassName
{
border-color: #E18D3E;
}
</style>