Shades of California #E18B3E
Tints of California #E18B3E
RGB
CMYK
RGB Variations
Color information
#E18B3E (or 0xE18B3E) is known color: California. HEX triplet: E1, 8B and 3E. RGB value is (225,139,62). Sum of RGB (Red+Green+Blue) = 225+139+62=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B3E is #1E74C1. Grayscale: #9C9C9C. Windows color (decimal): -1995970 or 4099041. OLE color: 4099041.
HSL color Cylindrical-coordinate representation of color #E18B3E: hue angle of 28.34º 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 #E18B3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.12 |
| HSL | 28.34º | 0.73% | 0.56% | - |
| HSV(B) | 28.34º | 0.72% | 0.88% | - |
| XYZ | 41.15 | 34.82 | 9.11 | - |
| YUV | 155.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 62 | 0 | 0.38 | 0.72 | 0.12 | 28.34 | 0.73 | 0.56 |
| Hex | E1 | 8B | 3E | 0 | 26 | 48 | C | 1C | 49 | 38 |
| Octal | 341 | 213 | 76 | 0 | 46 | 110 | 14 | 34 | 111 | 70 |
| Binary | 11100001 | 10001011 | 111110 | 0 | 100110 | 1001000 | 1100 | 11100 | 1001001 | 111000 |
Color Harmonies of #E18B3E
Complementary color
Monochromatic Colors of #E18B3E
Black with #E18B3E
Text Example
Text Example
White with #E18B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B3E; }
p { color: rgb(225,139,62); }
H1.HeaderClassName
{
color: #E18B3E;
}
.AnyTagClassName
{
color: #E18B3E;
}
</style>
background-color css
<style>
a { background-color: #E18B3E; }
a { background-color: rgb(225,139,62); }
div.DivClassName
{
background-color: #E18B3E;
}
.BgClassName
{
background-color: #E18B3E;
}
</style>
border-color css
<style>
span { border-color: #E18B3E; }
span { border-color: rgb(225,139,62); }
td.TdClassName
{
border-color: #E18B3E;
}
.TagClassName
{
border-color: #E18B3E;
}
</style>