Shades of California #E19032
Tints of California #E19032
RGB
CMYK
RGB Variations
Color information
#E19032 (or 0xE19032) is known color: California. HEX triplet: E1, 90 and 32. RGB value is (225,144,50). Sum of RGB (Red+Green+Blue) = 225+144+50=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E19032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19032 is #1E6FCD. Grayscale: #9D9D9D. Windows color (decimal): -1994702 or 3313889. OLE color: 3313889.
HSL color Cylindrical-coordinate representation of color #E19032: hue angle of 32.23º degrees, saturation: 0.74, 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 #E19032 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 50 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.12 |
| HSL | 32.23º | 0.74% | 0.54% | - |
| HSV(B) | 32.23º | 0.78% | 0.88% | - |
| XYZ | 41.6 | 36.18 | 7.81 | - |
| YUV | 157.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 50 | 0 | 0.36 | 0.78 | 0.12 | 32.23 | 0.74 | 0.54 |
| Hex | E1 | 90 | 32 | 0 | 24 | 4E | C | 20 | 4A | 36 |
| Octal | 341 | 220 | 62 | 0 | 44 | 116 | 14 | 40 | 112 | 66 |
| Binary | 11100001 | 10010000 | 110010 | 0 | 100100 | 1001110 | 1100 | 100000 | 1001010 | 110110 |
Color Harmonies of #E19032
Complementary color
Monochromatic Colors of #E19032
Black with #E19032
Text Example
Text Example
White with #E19032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19032; }
p { color: rgb(225,144,50); }
H1.HeaderClassName
{
color: #E19032;
}
.AnyTagClassName
{
color: #E19032;
}
</style>
background-color css
<style>
a { background-color: #E19032; }
a { background-color: rgb(225,144,50); }
div.DivClassName
{
background-color: #E19032;
}
.BgClassName
{
background-color: #E19032;
}
</style>
border-color css
<style>
span { border-color: #E19032; }
span { border-color: rgb(225,144,50); }
td.TdClassName
{
border-color: #E19032;
}
.TagClassName
{
border-color: #E19032;
}
</style>