Shades of California #E78B2E
Tints of California #E78B2E
RGB
CMYK
RGB Variations
Color information
#E78B2E (or 0xE78B2E) is known color: California. HEX triplet: E7, 8B and 2E. RGB value is (231,139,46). Sum of RGB (Red+Green+Blue) = 231+139+46=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78B2E is #1874D1. Grayscale: #9C9C9C. Windows color (decimal): -1602770 or 3050471. OLE color: 3050471.
HSL color Cylindrical-coordinate representation of color #E78B2E: hue angle of 30.16º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E78B2E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 46 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.09 |
| HSL | 30.16º | 0.79% | 0.54% | - |
| HSV(B) | 30.16º | 0.8% | 0.91% | - |
| XYZ | 42.68 | 35.65 | 7.22 | - |
| YUV | 155.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 46 | 0 | 0.40 | 0.80 | 0.09 | 30.16 | 0.79 | 0.54 |
| Hex | E7 | 8B | 2E | 0 | 28 | 50 | 9 | 1E | 4F | 36 |
| Octal | 347 | 213 | 56 | 0 | 50 | 120 | 11 | 36 | 117 | 66 |
| Binary | 11100111 | 10001011 | 101110 | 0 | 101000 | 1010000 | 1001 | 11110 | 1001111 | 110110 |
Color Harmonies of #E78B2E
Complementary color
Monochromatic Colors of #E78B2E
Black with #E78B2E
Text Example
Text Example
White with #E78B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B2E; }
p { color: rgb(231,139,46); }
H1.HeaderClassName
{
color: #E78B2E;
}
.AnyTagClassName
{
color: #E78B2E;
}
</style>
background-color css
<style>
a { background-color: #E78B2E; }
a { background-color: rgb(231,139,46); }
div.DivClassName
{
background-color: #E78B2E;
}
.BgClassName
{
background-color: #E78B2E;
}
</style>
border-color css
<style>
span { border-color: #E78B2E; }
span { border-color: rgb(231,139,46); }
td.TdClassName
{
border-color: #E78B2E;
}
.TagClassName
{
border-color: #E78B2E;
}
</style>