Shades of California #E79137
Tints of California #E79137
RGB
CMYK
RGB Variations
Color information
#E79137 (or 0xE79137) is known color: California. HEX triplet: E7, 91 and 37. RGB value is (231,145,55). Sum of RGB (Red+Green+Blue) = 231+145+55=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E79137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79137 is #186EC8. Grayscale: #A0A0A0. Windows color (decimal): -1601225 or 3641831. OLE color: 3641831.
HSL color Cylindrical-coordinate representation of color #E79137: hue angle of 30.68º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E79137 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 55 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.09 |
| HSL | 30.68º | 0.79% | 0.56% | - |
| HSV(B) | 30.68º | 0.76% | 0.91% | - |
| XYZ | 43.77 | 37.52 | 8.55 | - |
| YUV | 160.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 55 | 0 | 0.37 | 0.76 | 0.09 | 30.68 | 0.79 | 0.56 |
| Hex | E7 | 91 | 37 | 0 | 25 | 4C | 9 | 1F | 4F | 38 |
| Octal | 347 | 221 | 67 | 0 | 45 | 114 | 11 | 37 | 117 | 70 |
| Binary | 11100111 | 10010001 | 110111 | 0 | 100101 | 1001100 | 1001 | 11111 | 1001111 | 111000 |
Color Harmonies of #E79137
Complementary color
Monochromatic Colors of #E79137
Black with #E79137
Text Example
Text Example
White with #E79137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79137; }
p { color: rgb(231,145,55); }
H1.HeaderClassName
{
color: #E79137;
}
.AnyTagClassName
{
color: #E79137;
}
</style>
background-color css
<style>
a { background-color: #E79137; }
a { background-color: rgb(231,145,55); }
div.DivClassName
{
background-color: #E79137;
}
.BgClassName
{
background-color: #E79137;
}
</style>
border-color css
<style>
span { border-color: #E79137; }
span { border-color: rgb(231,145,55); }
td.TdClassName
{
border-color: #E79137;
}
.TagClassName
{
border-color: #E79137;
}
</style>