Shades of California #E79130
Tints of California #E79130
RGB
CMYK
RGB Variations
Color information
#E79130 (or 0xE79130) is known color: California. HEX triplet: E7, 91 and 30. RGB value is (231,145,48). Sum of RGB (Red+Green+Blue) = 231+145+48=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E79130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79130 is #186ECF. Grayscale: #A0A0A0. Windows color (decimal): -1601232 or 3183079. OLE color: 3183079.
HSL color Cylindrical-coordinate representation of color #E79130: hue angle of 31.8º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E79130 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 48 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.09 |
| HSL | 31.8º | 0.79% | 0.55% | - |
| HSV(B) | 31.8º | 0.79% | 0.91% | - |
| XYZ | 43.61 | 37.45 | 7.73 | - |
| YUV | 159.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 48 | 0 | 0.37 | 0.79 | 0.09 | 31.8 | 0.79 | 0.55 |
| Hex | E7 | 91 | 30 | 0 | 25 | 4F | 9 | 20 | 4F | 37 |
| Octal | 347 | 221 | 60 | 0 | 45 | 117 | 11 | 40 | 117 | 67 |
| Binary | 11100111 | 10010001 | 110000 | 0 | 100101 | 1001111 | 1001 | 100000 | 1001111 | 110111 |
Color Harmonies of #E79130
Complementary color
Monochromatic Colors of #E79130
Black with #E79130
Text Example
Text Example
White with #E79130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79130; }
p { color: rgb(231,145,48); }
H1.HeaderClassName
{
color: #E79130;
}
.AnyTagClassName
{
color: #E79130;
}
</style>
background-color css
<style>
a { background-color: #E79130; }
a { background-color: rgb(231,145,48); }
div.DivClassName
{
background-color: #E79130;
}
.BgClassName
{
background-color: #E79130;
}
</style>
border-color css
<style>
span { border-color: #E79130; }
span { border-color: rgb(231,145,48); }
td.TdClassName
{
border-color: #E79130;
}
.TagClassName
{
border-color: #E79130;
}
</style>