Shades of California #E18B40
Tints of California #E18B40
RGB
CMYK
RGB Variations
Color information
#E18B40 (or 0xE18B40) is known color: California. HEX triplet: E1, 8B and 40. RGB value is (225,139,64). Sum of RGB (Red+Green+Blue) = 225+139+64=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B40 is #1E74BF. Grayscale: #9C9C9C. Windows color (decimal): -1995968 or 4230113. OLE color: 4230113.
HSL color Cylindrical-coordinate representation of color #E18B40: hue angle of 27.95º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E18B40 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 64 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.12 |
| HSL | 27.95º | 0.73% | 0.57% | - |
| HSV(B) | 27.95º | 0.72% | 0.88% | - |
| XYZ | 41.21 | 34.84 | 9.4 | - |
| YUV | 156.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 64 | 0 | 0.38 | 0.72 | 0.12 | 27.95 | 0.73 | 0.57 |
| Hex | E1 | 8B | 40 | 0 | 26 | 48 | C | 1C | 49 | 39 |
| Octal | 341 | 213 | 100 | 0 | 46 | 110 | 14 | 34 | 111 | 71 |
| Binary | 11100001 | 10001011 | 1000000 | 0 | 100110 | 1001000 | 1100 | 11100 | 1001001 | 111001 |
Color Harmonies of #E18B40
Complementary color
Monochromatic Colors of #E18B40
Black with #E18B40
Text Example
Text Example
White with #E18B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B40; }
p { color: rgb(225,139,64); }
H1.HeaderClassName
{
color: #E18B40;
}
.AnyTagClassName
{
color: #E18B40;
}
</style>
background-color css
<style>
a { background-color: #E18B40; }
a { background-color: rgb(225,139,64); }
div.DivClassName
{
background-color: #E18B40;
}
.BgClassName
{
background-color: #E18B40;
}
</style>
border-color css
<style>
span { border-color: #E18B40; }
span { border-color: rgb(225,139,64); }
td.TdClassName
{
border-color: #E18B40;
}
.TagClassName
{
border-color: #E18B40;
}
</style>