Shades of California #E18B31
Tints of California #E18B31
RGB
CMYK
RGB Variations
Color information
#E18B31 (or 0xE18B31) is known color: California. HEX triplet: E1, 8B and 31. RGB value is (225,139,49). Sum of RGB (Red+Green+Blue) = 225+139+49=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B31 is #1E74CE. Grayscale: #9A9A9A. Windows color (decimal): -1995983 or 3247073. OLE color: 3247073.
HSL color Cylindrical-coordinate representation of color #E18B31: hue angle of 30.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18B31 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 49 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.12 |
| HSL | 30.68º | 0.75% | 0.54% | - |
| HSV(B) | 30.68º | 0.78% | 0.88% | - |
| XYZ | 40.84 | 34.69 | 7.45 | - |
| YUV | 154.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 49 | 0 | 0.38 | 0.78 | 0.12 | 30.68 | 0.75 | 0.54 |
| Hex | E1 | 8B | 31 | 0 | 26 | 4E | C | 1F | 4B | 36 |
| Octal | 341 | 213 | 61 | 0 | 46 | 116 | 14 | 37 | 113 | 66 |
| Binary | 11100001 | 10001011 | 110001 | 0 | 100110 | 1001110 | 1100 | 11111 | 1001011 | 110110 |
Color Harmonies of #E18B31
Complementary color
Monochromatic Colors of #E18B31
Black with #E18B31
Text Example
Text Example
White with #E18B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B31; }
p { color: rgb(225,139,49); }
H1.HeaderClassName
{
color: #E18B31;
}
.AnyTagClassName
{
color: #E18B31;
}
</style>
background-color css
<style>
a { background-color: #E18B31; }
a { background-color: rgb(225,139,49); }
div.DivClassName
{
background-color: #E18B31;
}
.BgClassName
{
background-color: #E18B31;
}
</style>
border-color css
<style>
span { border-color: #E18B31; }
span { border-color: rgb(225,139,49); }
td.TdClassName
{
border-color: #E18B31;
}
.TagClassName
{
border-color: #E18B31;
}
</style>