Shades of California #E68834
Tints of California #E68834
RGB
CMYK
RGB Variations
Color information
#E68834 (or 0xE68834) is known color: California. HEX triplet: E6, 88 and 34. RGB value is (230,136,52). Sum of RGB (Red+Green+Blue) = 230+136+52=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E68834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68834 is #1977CB. Grayscale: #9A9A9A. Windows color (decimal): -1669068 or 3442918. OLE color: 3442918.
HSL color Cylindrical-coordinate representation of color #E68834: hue angle of 28.31º 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 #E68834 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 52 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.10 |
| HSL | 28.31º | 0.78% | 0.55% | - |
| HSV(B) | 28.31º | 0.77% | 0.9% | - |
| XYZ | 42.06 | 34.68 | 7.73 | - |
| YUV | 154.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 52 | 0 | 0.41 | 0.77 | 0.10 | 28.31 | 0.78 | 0.55 |
| Hex | E6 | 88 | 34 | 0 | 29 | 4D | A | 1C | 4E | 37 |
| Octal | 346 | 210 | 64 | 0 | 51 | 115 | 12 | 34 | 116 | 67 |
| Binary | 11100110 | 10001000 | 110100 | 0 | 101001 | 1001101 | 1010 | 11100 | 1001110 | 110111 |
Color Harmonies of #E68834
Complementary color
Monochromatic Colors of #E68834
Black with #E68834
Text Example
Text Example
White with #E68834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68834; }
p { color: rgb(230,136,52); }
H1.HeaderClassName
{
color: #E68834;
}
.AnyTagClassName
{
color: #E68834;
}
</style>
background-color css
<style>
a { background-color: #E68834; }
a { background-color: rgb(230,136,52); }
div.DivClassName
{
background-color: #E68834;
}
.BgClassName
{
background-color: #E68834;
}
</style>
border-color css
<style>
span { border-color: #E68834; }
span { border-color: rgb(230,136,52); }
td.TdClassName
{
border-color: #E68834;
}
.TagClassName
{
border-color: #E68834;
}
</style>