Shades of California #E79241
Tints of California #E79241
RGB
CMYK
RGB Variations
Color information
#E79241 (or 0xE79241) is known color: California. HEX triplet: E7, 92 and 41. RGB value is (231,146,65). Sum of RGB (Red+Green+Blue) = 231+146+65=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E79241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79241 is #186DBE. Grayscale: #A2A2A2. Windows color (decimal): -1600959 or 4297447. OLE color: 4297447.
HSL color Cylindrical-coordinate representation of color #E79241: hue angle of 29.28º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E79241 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 65 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.09 |
| HSL | 29.28º | 0.78% | 0.58% | - |
| HSV(B) | 29.28º | 0.72% | 0.91% | - |
| XYZ | 44.19 | 37.93 | 9.99 | - |
| YUV | 162.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 65 | 0 | 0.37 | 0.72 | 0.09 | 29.28 | 0.78 | 0.58 |
| Hex | E7 | 92 | 41 | 0 | 25 | 48 | 9 | 1D | 4E | 3A |
| Octal | 347 | 222 | 101 | 0 | 45 | 110 | 11 | 35 | 116 | 72 |
| Binary | 11100111 | 10010010 | 1000001 | 0 | 100101 | 1001000 | 1001 | 11101 | 1001110 | 111010 |
Color Harmonies of #E79241
Complementary color
Monochromatic Colors of #E79241
Black with #E79241
Text Example
Text Example
White with #E79241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79241; }
p { color: rgb(231,146,65); }
H1.HeaderClassName
{
color: #E79241;
}
.AnyTagClassName
{
color: #E79241;
}
</style>
background-color css
<style>
a { background-color: #E79241; }
a { background-color: rgb(231,146,65); }
div.DivClassName
{
background-color: #E79241;
}
.BgClassName
{
background-color: #E79241;
}
</style>
border-color css
<style>
span { border-color: #E79241; }
span { border-color: rgb(231,146,65); }
td.TdClassName
{
border-color: #E79241;
}
.TagClassName
{
border-color: #E79241;
}
</style>