Shades of California #E18935
Tints of California #E18935
RGB
CMYK
RGB Variations
Color information
#E18935 (or 0xE18935) is known color: California. HEX triplet: E1, 89 and 35. RGB value is (225,137,53). Sum of RGB (Red+Green+Blue) = 225+137+53=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E18935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18935 is #1E76CA. Grayscale: #9A9A9A. Windows color (decimal): -1996491 or 3508705. OLE color: 3508705.
HSL color Cylindrical-coordinate representation of color #E18935: hue angle of 29.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E18935 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 53 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.12 |
| HSL | 29.3º | 0.74% | 0.55% | - |
| HSV(B) | 29.3º | 0.76% | 0.88% | - |
| XYZ | 40.64 | 34.16 | 7.82 | - |
| YUV | 153.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 53 | 0 | 0.39 | 0.76 | 0.12 | 29.3 | 0.74 | 0.55 |
| Hex | E1 | 89 | 35 | 0 | 27 | 4C | C | 1D | 4A | 37 |
| Octal | 341 | 211 | 65 | 0 | 47 | 114 | 14 | 35 | 112 | 67 |
| Binary | 11100001 | 10001001 | 110101 | 0 | 100111 | 1001100 | 1100 | 11101 | 1001010 | 110111 |
Color Harmonies of #E18935
Complementary color
Monochromatic Colors of #E18935
Black with #E18935
Text Example
Text Example
White with #E18935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18935; }
p { color: rgb(225,137,53); }
H1.HeaderClassName
{
color: #E18935;
}
.AnyTagClassName
{
color: #E18935;
}
</style>
background-color css
<style>
a { background-color: #E18935; }
a { background-color: rgb(225,137,53); }
div.DivClassName
{
background-color: #E18935;
}
.BgClassName
{
background-color: #E18935;
}
</style>
border-color css
<style>
span { border-color: #E18935; }
span { border-color: rgb(225,137,53); }
td.TdClassName
{
border-color: #E18935;
}
.TagClassName
{
border-color: #E18935;
}
</style>