Shades of California #E78D36
Tints of California #E78D36
RGB
CMYK
RGB Variations
Color information
#E78D36 (or 0xE78D36) is known color: California. HEX triplet: E7, 8D and 36. RGB value is (231,141,54). Sum of RGB (Red+Green+Blue) = 231+141+54=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78D36 is #1872C9. Grayscale: #9E9E9E. Windows color (decimal): -1602250 or 3575271. OLE color: 3575271.
HSL color Cylindrical-coordinate representation of color #E78D36: hue angle of 29.49º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E78D36 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 54 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.09 |
| HSL | 29.49º | 0.79% | 0.56% | - |
| HSV(B) | 29.49º | 0.77% | 0.91% | - |
| XYZ | 43.15 | 36.31 | 8.22 | - |
| YUV | 157.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 54 | 0 | 0.39 | 0.77 | 0.09 | 29.49 | 0.79 | 0.56 |
| Hex | E7 | 8D | 36 | 0 | 27 | 4D | 9 | 1D | 4F | 38 |
| Octal | 347 | 215 | 66 | 0 | 47 | 115 | 11 | 35 | 117 | 70 |
| Binary | 11100111 | 10001101 | 110110 | 0 | 100111 | 1001101 | 1001 | 11101 | 1001111 | 111000 |
Color Harmonies of #E78D36
Complementary color
Monochromatic Colors of #E78D36
Black with #E78D36
Text Example
Text Example
White with #E78D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D36; }
p { color: rgb(231,141,54); }
H1.HeaderClassName
{
color: #E78D36;
}
.AnyTagClassName
{
color: #E78D36;
}
</style>
background-color css
<style>
a { background-color: #E78D36; }
a { background-color: rgb(231,141,54); }
div.DivClassName
{
background-color: #E78D36;
}
.BgClassName
{
background-color: #E78D36;
}
</style>
border-color css
<style>
span { border-color: #E78D36; }
span { border-color: rgb(231,141,54); }
td.TdClassName
{
border-color: #E78D36;
}
.TagClassName
{
border-color: #E78D36;
}
</style>