Shades of California #E18F37
Tints of California #E18F37
RGB
CMYK
RGB Variations
Color information
#E18F37 (or 0xE18F37) is known color: California. HEX triplet: E1, 8F and 37. RGB value is (225,143,55). Sum of RGB (Red+Green+Blue) = 225+143+55=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F37 is #1E70C8. Grayscale: #9D9D9D. Windows color (decimal): -1994953 or 3641313. OLE color: 3641313.
HSL color Cylindrical-coordinate representation of color #E18F37: hue angle of 31.06º 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 #E18F37 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 55 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.12 |
| HSL | 31.06º | 0.74% | 0.55% | - |
| HSV(B) | 31.06º | 0.76% | 0.88% | - |
| XYZ | 41.56 | 35.93 | 8.36 | - |
| YUV | 157.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 55 | 0 | 0.36 | 0.76 | 0.12 | 31.06 | 0.74 | 0.55 |
| Hex | E1 | 8F | 37 | 0 | 24 | 4C | C | 1F | 4A | 37 |
| Octal | 341 | 217 | 67 | 0 | 44 | 114 | 14 | 37 | 112 | 67 |
| Binary | 11100001 | 10001111 | 110111 | 0 | 100100 | 1001100 | 1100 | 11111 | 1001010 | 110111 |
Color Harmonies of #E18F37
Complementary color
Monochromatic Colors of #E18F37
Black with #E18F37
Text Example
Text Example
White with #E18F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F37; }
p { color: rgb(225,143,55); }
H1.HeaderClassName
{
color: #E18F37;
}
.AnyTagClassName
{
color: #E18F37;
}
</style>
background-color css
<style>
a { background-color: #E18F37; }
a { background-color: rgb(225,143,55); }
div.DivClassName
{
background-color: #E18F37;
}
.BgClassName
{
background-color: #E18F37;
}
</style>
border-color css
<style>
span { border-color: #E18F37; }
span { border-color: rgb(225,143,55); }
td.TdClassName
{
border-color: #E18F37;
}
.TagClassName
{
border-color: #E18F37;
}
</style>