Shades of California #E7913E
Tints of California #E7913E
RGB
CMYK
RGB Variations
Color information
#E7913E (or 0xE7913E) is known color: California. HEX triplet: E7, 91 and 3E. RGB value is (231,145,62). Sum of RGB (Red+Green+Blue) = 231+145+62=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7913E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7913E is #186EC1. Grayscale: #A1A1A1. Windows color (decimal): -1601218 or 4100583. OLE color: 4100583.
HSL color Cylindrical-coordinate representation of color #E7913E: hue angle of 29.47º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7913E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 62 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.09 |
| HSL | 29.47º | 0.78% | 0.57% | - |
| HSV(B) | 29.47º | 0.73% | 0.91% | - |
| XYZ | 43.95 | 37.59 | 9.5 | - |
| YUV | 161.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 62 | 0 | 0.37 | 0.73 | 0.09 | 29.47 | 0.78 | 0.57 |
| Hex | E7 | 91 | 3E | 0 | 25 | 49 | 9 | 1D | 4E | 39 |
| Octal | 347 | 221 | 76 | 0 | 45 | 111 | 11 | 35 | 116 | 71 |
| Binary | 11100111 | 10010001 | 111110 | 0 | 100101 | 1001001 | 1001 | 11101 | 1001110 | 111001 |
Color Harmonies of #E7913E
Complementary color
Monochromatic Colors of #E7913E
Black with #E7913E
Text Example
Text Example
White with #E7913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7913E; }
p { color: rgb(231,145,62); }
H1.HeaderClassName
{
color: #E7913E;
}
.AnyTagClassName
{
color: #E7913E;
}
</style>
background-color css
<style>
a { background-color: #E7913E; }
a { background-color: rgb(231,145,62); }
div.DivClassName
{
background-color: #E7913E;
}
.BgClassName
{
background-color: #E7913E;
}
</style>
border-color css
<style>
span { border-color: #E7913E; }
span { border-color: rgb(231,145,62); }
td.TdClassName
{
border-color: #E7913E;
}
.TagClassName
{
border-color: #E7913E;
}
</style>