Shades of California #E78D3C
Tints of California #E78D3C
RGB
CMYK
RGB Variations
Color information
#E78D3C (or 0xE78D3C) is known color: California. HEX triplet: E7, 8D and 3C. RGB value is (231,141,60). Sum of RGB (Red+Green+Blue) = 231+141+60=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78D3C is #1872C3. Grayscale: #9F9F9F. Windows color (decimal): -1602244 or 3968487. OLE color: 3968487.
HSL color Cylindrical-coordinate representation of color #E78D3C: hue angle of 28.42º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E78D3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.09 |
| HSL | 28.42º | 0.78% | 0.57% | - |
| HSV(B) | 28.42º | 0.74% | 0.91% | - |
| XYZ | 43.3 | 36.36 | 9.01 | - |
| YUV | 158.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 60 | 0 | 0.39 | 0.74 | 0.09 | 28.42 | 0.78 | 0.57 |
| Hex | E7 | 8D | 3C | 0 | 27 | 4A | 9 | 1C | 4E | 39 |
| Octal | 347 | 215 | 74 | 0 | 47 | 112 | 11 | 34 | 116 | 71 |
| Binary | 11100111 | 10001101 | 111100 | 0 | 100111 | 1001010 | 1001 | 11100 | 1001110 | 111001 |
Color Harmonies of #E78D3C
Complementary color
Monochromatic Colors of #E78D3C
Black with #E78D3C
Text Example
Text Example
White with #E78D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D3C; }
p { color: rgb(231,141,60); }
H1.HeaderClassName
{
color: #E78D3C;
}
.AnyTagClassName
{
color: #E78D3C;
}
</style>
background-color css
<style>
a { background-color: #E78D3C; }
a { background-color: rgb(231,141,60); }
div.DivClassName
{
background-color: #E78D3C;
}
.BgClassName
{
background-color: #E78D3C;
}
</style>
border-color css
<style>
span { border-color: #E78D3C; }
span { border-color: rgb(231,141,60); }
td.TdClassName
{
border-color: #E78D3C;
}
.TagClassName
{
border-color: #E78D3C;
}
</style>