Shades of California #E6862B
Tints of California #E6862B
RGB
CMYK
RGB Variations
Color information
#E6862B (or 0xE6862B) is known color: California. HEX triplet: E6, 86 and 2B. RGB value is (230,134,43). Sum of RGB (Red+Green+Blue) = 230+134+43=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6862B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6862B is #1979D4. Grayscale: #989898. Windows color (decimal): -1669589 or 2852582. OLE color: 2852582.
HSL color Cylindrical-coordinate representation of color #E6862B: hue angle of 29.2º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6862B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 43 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.10 |
| HSL | 29.2º | 0.79% | 0.54% | - |
| HSV(B) | 29.2º | 0.81% | 0.9% | - |
| XYZ | 41.59 | 34.05 | 6.67 | - |
| YUV | 152.33 | 66.3 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 43 | 0 | 0.42 | 0.81 | 0.10 | 29.2 | 0.79 | 0.54 |
| Hex | E6 | 86 | 2B | 0 | 2A | 51 | A | 1D | 4F | 36 |
| Octal | 346 | 206 | 53 | 0 | 52 | 121 | 12 | 35 | 117 | 66 |
| Binary | 11100110 | 10000110 | 101011 | 0 | 101010 | 1010001 | 1010 | 11101 | 1001111 | 110110 |
Color Harmonies of #E6862B
Complementary color
Monochromatic Colors of #E6862B
Black with #E6862B
Text Example
Text Example
White with #E6862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6862B; }
p { color: rgb(230,134,43); }
H1.HeaderClassName
{
color: #E6862B;
}
.AnyTagClassName
{
color: #E6862B;
}
</style>
background-color css
<style>
a { background-color: #E6862B; }
a { background-color: rgb(230,134,43); }
div.DivClassName
{
background-color: #E6862B;
}
.BgClassName
{
background-color: #E6862B;
}
</style>
border-color css
<style>
span { border-color: #E6862B; }
span { border-color: rgb(230,134,43); }
td.TdClassName
{
border-color: #E6862B;
}
.TagClassName
{
border-color: #E6862B;
}
</style>