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