Shades of California #E68931
Tints of California #E68931
RGB
CMYK
RGB Variations
Color information
#E68931 (or 0xE68931) is known color: California. HEX triplet: E6, 89 and 31. RGB value is (230,137,49). Sum of RGB (Red+Green+Blue) = 230+137+49=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E68931 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68931 is #1976CE. Grayscale: #9B9B9B. Windows color (decimal): -1668815 or 3246566. OLE color: 3246566.
HSL color Cylindrical-coordinate representation of color #E68931: hue angle of 29.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E68931 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 49 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.10 |
| HSL | 29.17º | 0.78% | 0.55% | - |
| HSV(B) | 29.17º | 0.79% | 0.9% | - |
| XYZ | 42.13 | 34.94 | 7.43 | - |
| YUV | 154.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 49 | 0 | 0.40 | 0.79 | 0.10 | 29.17 | 0.78 | 0.55 |
| Hex | E6 | 89 | 31 | 0 | 28 | 4F | A | 1D | 4E | 37 |
| Octal | 346 | 211 | 61 | 0 | 50 | 117 | 12 | 35 | 116 | 67 |
| Binary | 11100110 | 10001001 | 110001 | 0 | 101000 | 1001111 | 1010 | 11101 | 1001110 | 110111 |
Color Harmonies of #E68931
Complementary color
Monochromatic Colors of #E68931
Black with #E68931
Text Example
Text Example
White with #E68931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68931; }
p { color: rgb(230,137,49); }
H1.HeaderClassName
{
color: #E68931;
}
.AnyTagClassName
{
color: #E68931;
}
</style>
background-color css
<style>
a { background-color: #E68931; }
a { background-color: rgb(230,137,49); }
div.DivClassName
{
background-color: #E68931;
}
.BgClassName
{
background-color: #E68931;
}
</style>
border-color css
<style>
span { border-color: #E68931; }
span { border-color: rgb(230,137,49); }
td.TdClassName
{
border-color: #E68931;
}
.TagClassName
{
border-color: #E68931;
}
</style>