Shades of California #E7862D
Tints of California #E7862D
RGB
CMYK
RGB Variations
Color information
#E7862D (or 0xE7862D) is known color: California. HEX triplet: E7, 86 and 2D. RGB value is (231,134,45). Sum of RGB (Red+Green+Blue) = 231+134+45=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7862D is #1879D2. Grayscale: #999999. Windows color (decimal): -1604051 or 2983655. OLE color: 2983655.
HSL color Cylindrical-coordinate representation of color #E7862D: hue angle of 28.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7862D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 45 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.09 |
| HSL | 28.71º | 0.79% | 0.54% | - |
| HSV(B) | 28.71º | 0.81% | 0.91% | - |
| XYZ | 41.95 | 34.23 | 6.88 | - |
| YUV | 152.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 45 | 0 | 0.42 | 0.81 | 0.09 | 28.71 | 0.79 | 0.54 |
| Hex | E7 | 86 | 2D | 0 | 2A | 51 | 9 | 1D | 4F | 36 |
| Octal | 347 | 206 | 55 | 0 | 52 | 121 | 11 | 35 | 117 | 66 |
| Binary | 11100111 | 10000110 | 101101 | 0 | 101010 | 1010001 | 1001 | 11101 | 1001111 | 110110 |
Color Harmonies of #E7862D
Complementary color
Monochromatic Colors of #E7862D
Black with #E7862D
Text Example
Text Example
White with #E7862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7862D; }
p { color: rgb(231,134,45); }
H1.HeaderClassName
{
color: #E7862D;
}
.AnyTagClassName
{
color: #E7862D;
}
</style>
background-color css
<style>
a { background-color: #E7862D; }
a { background-color: rgb(231,134,45); }
div.DivClassName
{
background-color: #E7862D;
}
.BgClassName
{
background-color: #E7862D;
}
</style>
border-color css
<style>
span { border-color: #E7862D; }
span { border-color: rgb(231,134,45); }
td.TdClassName
{
border-color: #E7862D;
}
.TagClassName
{
border-color: #E7862D;
}
</style>