Shades of California #E18A31
Tints of California #E18A31
RGB
CMYK
RGB Variations
Color information
#E18A31 (or 0xE18A31) is known color: California. HEX triplet: E1, 8A and 31. RGB value is (225,138,49). Sum of RGB (Red+Green+Blue) = 225+138+49=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A31 is #1E75CE. Grayscale: #9A9A9A. Windows color (decimal): -1996239 or 3246817. OLE color: 3246817.
HSL color Cylindrical-coordinate representation of color #E18A31: hue angle of 30.34º 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 #E18A31 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 49 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.12 |
| HSL | 30.34º | 0.75% | 0.54% | - |
| HSV(B) | 30.34º | 0.78% | 0.88% | - |
| XYZ | 40.69 | 34.41 | 7.4 | - |
| YUV | 153.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 49 | 0 | 0.39 | 0.78 | 0.12 | 30.34 | 0.75 | 0.54 |
| Hex | E1 | 8A | 31 | 0 | 27 | 4E | C | 1E | 4B | 36 |
| Octal | 341 | 212 | 61 | 0 | 47 | 116 | 14 | 36 | 113 | 66 |
| Binary | 11100001 | 10001010 | 110001 | 0 | 100111 | 1001110 | 1100 | 11110 | 1001011 | 110110 |
Color Harmonies of #E18A31
Complementary color
Monochromatic Colors of #E18A31
Black with #E18A31
Text Example
Text Example
White with #E18A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A31; }
p { color: rgb(225,138,49); }
H1.HeaderClassName
{
color: #E18A31;
}
.AnyTagClassName
{
color: #E18A31;
}
</style>
background-color css
<style>
a { background-color: #E18A31; }
a { background-color: rgb(225,138,49); }
div.DivClassName
{
background-color: #E18A31;
}
.BgClassName
{
background-color: #E18A31;
}
</style>
border-color css
<style>
span { border-color: #E18A31; }
span { border-color: rgb(225,138,49); }
td.TdClassName
{
border-color: #E18A31;
}
.TagClassName
{
border-color: #E18A31;
}
</style>