Shades of California #E7913B
Tints of California #E7913B
RGB
CMYK
RGB Variations
Color information
#E7913B (or 0xE7913B) is known color: California. HEX triplet: E7, 91 and 3B. RGB value is (231,145,59). Sum of RGB (Red+Green+Blue) = 231+145+59=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7913B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7913B is #186EC4. Grayscale: #A1A1A1. Windows color (decimal): -1601221 or 3903975. OLE color: 3903975.
HSL color Cylindrical-coordinate representation of color #E7913B: hue angle of 30º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7913B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 59 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.09 |
| HSL | 30º | 0.78% | 0.57% | - |
| HSV(B) | 30º | 0.74% | 0.91% | - |
| XYZ | 43.87 | 37.56 | 9.07 | - |
| YUV | 160.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 59 | 0 | 0.37 | 0.74 | 0.09 | 30 | 0.78 | 0.57 |
| Hex | E7 | 91 | 3B | 0 | 25 | 4A | 9 | 1E | 4E | 39 |
| Octal | 347 | 221 | 73 | 0 | 45 | 112 | 11 | 36 | 116 | 71 |
| Binary | 11100111 | 10010001 | 111011 | 0 | 100101 | 1001010 | 1001 | 11110 | 1001110 | 111001 |
Color Harmonies of #E7913B
Complementary color
Monochromatic Colors of #E7913B
Black with #E7913B
Text Example
Text Example
White with #E7913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7913B; }
p { color: rgb(231,145,59); }
H1.HeaderClassName
{
color: #E7913B;
}
.AnyTagClassName
{
color: #E7913B;
}
</style>
background-color css
<style>
a { background-color: #E7913B; }
a { background-color: rgb(231,145,59); }
div.DivClassName
{
background-color: #E7913B;
}
.BgClassName
{
background-color: #E7913B;
}
</style>
border-color css
<style>
span { border-color: #E7913B; }
span { border-color: rgb(231,145,59); }
td.TdClassName
{
border-color: #E7913B;
}
.TagClassName
{
border-color: #E7913B;
}
</style>