Shades of California #E78C30
Tints of California #E78C30
RGB
CMYK
RGB Variations
Color information
#E78C30 (or 0xE78C30) is known color: California. HEX triplet: E7, 8C and 30. RGB value is (231,140,48). Sum of RGB (Red+Green+Blue) = 231+140+48=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78C30 is #1873CF. Grayscale: #9D9D9D. Windows color (decimal): -1602512 or 3181799. OLE color: 3181799.
HSL color Cylindrical-coordinate representation of color #E78C30: hue angle of 30.16º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E78C30 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 48 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.09 |
| HSL | 30.16º | 0.79% | 0.55% | - |
| HSV(B) | 30.16º | 0.79% | 0.91% | - |
| XYZ | 42.87 | 35.96 | 7.48 | - |
| YUV | 156.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 48 | 0 | 0.39 | 0.79 | 0.09 | 30.16 | 0.79 | 0.55 |
| Hex | E7 | 8C | 30 | 0 | 27 | 4F | 9 | 1E | 4F | 37 |
| Octal | 347 | 214 | 60 | 0 | 47 | 117 | 11 | 36 | 117 | 67 |
| Binary | 11100111 | 10001100 | 110000 | 0 | 100111 | 1001111 | 1001 | 11110 | 1001111 | 110111 |
Color Harmonies of #E78C30
Complementary color
Monochromatic Colors of #E78C30
Black with #E78C30
Text Example
Text Example
White with #E78C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C30; }
p { color: rgb(231,140,48); }
H1.HeaderClassName
{
color: #E78C30;
}
.AnyTagClassName
{
color: #E78C30;
}
</style>
background-color css
<style>
a { background-color: #E78C30; }
a { background-color: rgb(231,140,48); }
div.DivClassName
{
background-color: #E78C30;
}
.BgClassName
{
background-color: #E78C30;
}
</style>
border-color css
<style>
span { border-color: #E78C30; }
span { border-color: rgb(231,140,48); }
td.TdClassName
{
border-color: #E78C30;
}
.TagClassName
{
border-color: #E78C30;
}
</style>