Shades of California #E3913D
Tints of California #E3913D
RGB
CMYK
RGB Variations
Color information
#E3913D (or 0xE3913D) is known color: California. HEX triplet: E3, 91 and 3D. RGB value is (227,145,61). Sum of RGB (Red+Green+Blue) = 227+145+61=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3913D is #1C6EC2. Grayscale: #A0A0A0. Windows color (decimal): -1863363 or 4035043. OLE color: 4035043.
HSL color Cylindrical-coordinate representation of color #E3913D: hue angle of 30.36º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3913D is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 61 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.11 |
| HSL | 30.36º | 0.75% | 0.56% | - |
| HSV(B) | 30.36º | 0.73% | 0.89% | - |
| XYZ | 42.65 | 36.92 | 9.29 | - |
| YUV | 159.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 61 | 0 | 0.36 | 0.73 | 0.11 | 30.36 | 0.75 | 0.56 |
| Hex | E3 | 91 | 3D | 0 | 24 | 49 | B | 1E | 4B | 38 |
| Octal | 343 | 221 | 75 | 0 | 44 | 111 | 13 | 36 | 113 | 70 |
| Binary | 11100011 | 10010001 | 111101 | 0 | 100100 | 1001001 | 1011 | 11110 | 1001011 | 111000 |
Color Harmonies of #E3913D
Complementary color
Monochromatic Colors of #E3913D
Black with #E3913D
Text Example
Text Example
White with #E3913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3913D; }
p { color: rgb(227,145,61); }
H1.HeaderClassName
{
color: #E3913D;
}
.AnyTagClassName
{
color: #E3913D;
}
</style>
background-color css
<style>
a { background-color: #E3913D; }
a { background-color: rgb(227,145,61); }
div.DivClassName
{
background-color: #E3913D;
}
.BgClassName
{
background-color: #E3913D;
}
</style>
border-color css
<style>
span { border-color: #E3913D; }
span { border-color: rgb(227,145,61); }
td.TdClassName
{
border-color: #E3913D;
}
.TagClassName
{
border-color: #E3913D;
}
</style>