Shades of California #E78A2E
Tints of California #E78A2E
RGB
CMYK
RGB Variations
Color information
#E78A2E (or 0xE78A2E) is known color: California. HEX triplet: E7, 8A and 2E. RGB value is (231,138,46). Sum of RGB (Red+Green+Blue) = 231+138+46=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78A2E is #1875D1. Grayscale: #9B9B9B. Windows color (decimal): -1603026 or 3050215. OLE color: 3050215.
HSL color Cylindrical-coordinate representation of color #E78A2E: hue angle of 29.84º 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 #E78A2E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 46 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.09 |
| HSL | 29.84º | 0.79% | 0.54% | - |
| HSV(B) | 29.84º | 0.8% | 0.91% | - |
| XYZ | 42.54 | 35.36 | 7.17 | - |
| YUV | 155.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 46 | 0 | 0.40 | 0.80 | 0.09 | 29.84 | 0.79 | 0.54 |
| Hex | E7 | 8A | 2E | 0 | 28 | 50 | 9 | 1E | 4F | 36 |
| Octal | 347 | 212 | 56 | 0 | 50 | 120 | 11 | 36 | 117 | 66 |
| Binary | 11100111 | 10001010 | 101110 | 0 | 101000 | 1010000 | 1001 | 11110 | 1001111 | 110110 |
Color Harmonies of #E78A2E
Complementary color
Monochromatic Colors of #E78A2E
Black with #E78A2E
Text Example
Text Example
White with #E78A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A2E; }
p { color: rgb(231,138,46); }
H1.HeaderClassName
{
color: #E78A2E;
}
.AnyTagClassName
{
color: #E78A2E;
}
</style>
background-color css
<style>
a { background-color: #E78A2E; }
a { background-color: rgb(231,138,46); }
div.DivClassName
{
background-color: #E78A2E;
}
.BgClassName
{
background-color: #E78A2E;
}
</style>
border-color css
<style>
span { border-color: #E78A2E; }
span { border-color: rgb(231,138,46); }
td.TdClassName
{
border-color: #E78A2E;
}
.TagClassName
{
border-color: #E78A2E;
}
</style>