Shades of California #E78E3C
Tints of California #E78E3C
RGB
CMYK
RGB Variations
Color information
#E78E3C (or 0xE78E3C) is known color: California. HEX triplet: E7, 8E and 3C. RGB value is (231,142,60). Sum of RGB (Red+Green+Blue) = 231+142+60=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78E3C is #1871C3. Grayscale: #9F9F9F. Windows color (decimal): -1601988 or 3968743. OLE color: 3968743.
HSL color Cylindrical-coordinate representation of color #E78E3C: hue angle of 28.77º 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 #E78E3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 142 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.09 |
| HSL | 28.77º | 0.78% | 0.57% | - |
| HSV(B) | 28.77º | 0.74% | 0.91% | - |
| XYZ | 43.44 | 36.66 | 9.06 | - |
| YUV | 159.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 142 | 60 | 0 | 0.39 | 0.74 | 0.09 | 28.77 | 0.78 | 0.57 |
| Hex | E7 | 8E | 3C | 0 | 27 | 4A | 9 | 1D | 4E | 39 |
| Octal | 347 | 216 | 74 | 0 | 47 | 112 | 11 | 35 | 116 | 71 |
| Binary | 11100111 | 10001110 | 111100 | 0 | 100111 | 1001010 | 1001 | 11101 | 1001110 | 111001 |
Color Harmonies of #E78E3C
Complementary color
Monochromatic Colors of #E78E3C
Black with #E78E3C
Text Example
Text Example
White with #E78E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78E3C; }
p { color: rgb(231,142,60); }
H1.HeaderClassName
{
color: #E78E3C;
}
.AnyTagClassName
{
color: #E78E3C;
}
</style>
background-color css
<style>
a { background-color: #E78E3C; }
a { background-color: rgb(231,142,60); }
div.DivClassName
{
background-color: #E78E3C;
}
.BgClassName
{
background-color: #E78E3C;
}
</style>
border-color css
<style>
span { border-color: #E78E3C; }
span { border-color: rgb(231,142,60); }
td.TdClassName
{
border-color: #E78E3C;
}
.TagClassName
{
border-color: #E78E3C;
}
</style>