Shades of California #E1903A
Tints of California #E1903A
RGB
CMYK
RGB Variations
Color information
#E1903A (or 0xE1903A) is known color: California. HEX triplet: E1, 90 and 3A. RGB value is (225,144,58). Sum of RGB (Red+Green+Blue) = 225+144+58=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1903A is #1E6FC5. Grayscale: #9E9E9E. Windows color (decimal): -1994694 or 3838177. OLE color: 3838177.
HSL color Cylindrical-coordinate representation of color #E1903A: hue angle of 30.9º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1903A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 58 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.12 |
| HSL | 30.9º | 0.74% | 0.55% | - |
| HSV(B) | 30.9º | 0.74% | 0.88% | - |
| XYZ | 41.79 | 36.26 | 8.8 | - |
| YUV | 158.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 58 | 0 | 0.36 | 0.74 | 0.12 | 30.9 | 0.74 | 0.55 |
| Hex | E1 | 90 | 3A | 0 | 24 | 4A | C | 1F | 4A | 37 |
| Octal | 341 | 220 | 72 | 0 | 44 | 112 | 14 | 37 | 112 | 67 |
| Binary | 11100001 | 10010000 | 111010 | 0 | 100100 | 1001010 | 1100 | 11111 | 1001010 | 110111 |
Color Harmonies of #E1903A
Complementary color
Monochromatic Colors of #E1903A
Black with #E1903A
Text Example
Text Example
White with #E1903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1903A; }
p { color: rgb(225,144,58); }
H1.HeaderClassName
{
color: #E1903A;
}
.AnyTagClassName
{
color: #E1903A;
}
</style>
background-color css
<style>
a { background-color: #E1903A; }
a { background-color: rgb(225,144,58); }
div.DivClassName
{
background-color: #E1903A;
}
.BgClassName
{
background-color: #E1903A;
}
</style>
border-color css
<style>
span { border-color: #E1903A; }
span { border-color: rgb(225,144,58); }
td.TdClassName
{
border-color: #E1903A;
}
.TagClassName
{
border-color: #E1903A;
}
</style>