Shades of California #E78F31
Tints of California #E78F31
RGB
CMYK
RGB Variations
Color information
#E78F31 (or 0xE78F31) is known color: California. HEX triplet: E7, 8F and 31. RGB value is (231,143,49). Sum of RGB (Red+Green+Blue) = 231+143+49=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78F31 is #1870CE. Grayscale: #9F9F9F. Windows color (decimal): -1601743 or 3248103. OLE color: 3248103.
HSL color Cylindrical-coordinate representation of color #E78F31: hue angle of 30.99º 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 #E78F31 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 49 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.09 |
| HSL | 30.99º | 0.79% | 0.55% | - |
| HSV(B) | 30.99º | 0.79% | 0.91% | - |
| XYZ | 43.33 | 36.86 | 7.74 | - |
| YUV | 158.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 49 | 0 | 0.38 | 0.79 | 0.09 | 30.99 | 0.79 | 0.55 |
| Hex | E7 | 8F | 31 | 0 | 26 | 4F | 9 | 1F | 4F | 37 |
| Octal | 347 | 217 | 61 | 0 | 46 | 117 | 11 | 37 | 117 | 67 |
| Binary | 11100111 | 10001111 | 110001 | 0 | 100110 | 1001111 | 1001 | 11111 | 1001111 | 110111 |
Color Harmonies of #E78F31
Complementary color
Monochromatic Colors of #E78F31
Black with #E78F31
Text Example
Text Example
White with #E78F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F31; }
p { color: rgb(231,143,49); }
H1.HeaderClassName
{
color: #E78F31;
}
.AnyTagClassName
{
color: #E78F31;
}
</style>
background-color css
<style>
a { background-color: #E78F31; }
a { background-color: rgb(231,143,49); }
div.DivClassName
{
background-color: #E78F31;
}
.BgClassName
{
background-color: #E78F31;
}
</style>
border-color css
<style>
span { border-color: #E78F31; }
span { border-color: rgb(231,143,49); }
td.TdClassName
{
border-color: #E78F31;
}
.TagClassName
{
border-color: #E78F31;
}
</style>