Shades of California #E68734
Tints of California #E68734
RGB
CMYK
RGB Variations
Color information
#E68734 (or 0xE68734) is known color: California. HEX triplet: E6, 87 and 34. RGB value is (230,135,52). Sum of RGB (Red+Green+Blue) = 230+135+52=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E68734 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68734 is #1978CB. Grayscale: #9A9A9A. Windows color (decimal): -1669324 or 3442662. OLE color: 3442662.
HSL color Cylindrical-coordinate representation of color #E68734: hue angle of 27.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E68734 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 52 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.10 |
| HSL | 27.98º | 0.78% | 0.55% | - |
| HSV(B) | 27.98º | 0.77% | 0.9% | - |
| XYZ | 41.92 | 34.4 | 7.68 | - |
| YUV | 153.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 52 | 0 | 0.41 | 0.77 | 0.10 | 27.98 | 0.78 | 0.55 |
| Hex | E6 | 87 | 34 | 0 | 29 | 4D | A | 1C | 4E | 37 |
| Octal | 346 | 207 | 64 | 0 | 51 | 115 | 12 | 34 | 116 | 67 |
| Binary | 11100110 | 10000111 | 110100 | 0 | 101001 | 1001101 | 1010 | 11100 | 1001110 | 110111 |
Color Harmonies of #E68734
Complementary color
Monochromatic Colors of #E68734
Black with #E68734
Text Example
Text Example
White with #E68734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68734; }
p { color: rgb(230,135,52); }
H1.HeaderClassName
{
color: #E68734;
}
.AnyTagClassName
{
color: #E68734;
}
</style>
background-color css
<style>
a { background-color: #E68734; }
a { background-color: rgb(230,135,52); }
div.DivClassName
{
background-color: #E68734;
}
.BgClassName
{
background-color: #E68734;
}
</style>
border-color css
<style>
span { border-color: #E68734; }
span { border-color: rgb(230,135,52); }
td.TdClassName
{
border-color: #E68734;
}
.TagClassName
{
border-color: #E68734;
}
</style>