Shades of California #E78932
Tints of California #E78932
RGB
CMYK
RGB Variations
Color information
#E78932 (or 0xE78932) is known color: California. HEX triplet: E7, 89 and 32. RGB value is (231,137,50). Sum of RGB (Red+Green+Blue) = 231+137+50=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E78932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78932 is #1876CD. Grayscale: #9B9B9B. Windows color (decimal): -1603278 or 3312103. OLE color: 3312103.
HSL color Cylindrical-coordinate representation of color #E78932: hue angle of 28.84º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E78932 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 137 | 50 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.09 |
| HSL | 28.84º | 0.79% | 0.55% | - |
| HSV(B) | 28.84º | 0.78% | 0.91% | - |
| XYZ | 42.48 | 35.11 | 7.56 | - |
| YUV | 155.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 137 | 50 | 0 | 0.41 | 0.78 | 0.09 | 28.84 | 0.79 | 0.55 |
| Hex | E7 | 89 | 32 | 0 | 29 | 4E | 9 | 1D | 4F | 37 |
| Octal | 347 | 211 | 62 | 0 | 51 | 116 | 11 | 35 | 117 | 67 |
| Binary | 11100111 | 10001001 | 110010 | 0 | 101001 | 1001110 | 1001 | 11101 | 1001111 | 110111 |
Color Harmonies of #E78932
Complementary color
Monochromatic Colors of #E78932
Black with #E78932
Text Example
Text Example
White with #E78932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78932; }
p { color: rgb(231,137,50); }
H1.HeaderClassName
{
color: #E78932;
}
.AnyTagClassName
{
color: #E78932;
}
</style>
background-color css
<style>
a { background-color: #E78932; }
a { background-color: rgb(231,137,50); }
div.DivClassName
{
background-color: #E78932;
}
.BgClassName
{
background-color: #E78932;
}
</style>
border-color css
<style>
span { border-color: #E78932; }
span { border-color: rgb(231,137,50); }
td.TdClassName
{
border-color: #E78932;
}
.TagClassName
{
border-color: #E78932;
}
</style>