Shades of California #E68830
Tints of California #E68830
RGB
CMYK
RGB Variations
Color information
#E68830 (or 0xE68830) is known color: California. HEX triplet: E6, 88 and 30. RGB value is (230,136,48). Sum of RGB (Red+Green+Blue) = 230+136+48=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E68830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68830 is #1977CF. Grayscale: #9A9A9A. Windows color (decimal): -1669072 or 3180774. OLE color: 3180774.
HSL color Cylindrical-coordinate representation of color #E68830: hue angle of 29.01º 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 #E68830 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 48 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.10 |
| HSL | 29.01º | 0.78% | 0.55% | - |
| HSV(B) | 29.01º | 0.79% | 0.9% | - |
| XYZ | 41.97 | 34.64 | 7.27 | - |
| YUV | 154.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 48 | 0 | 0.41 | 0.79 | 0.10 | 29.01 | 0.78 | 0.55 |
| Hex | E6 | 88 | 30 | 0 | 29 | 4F | A | 1D | 4E | 37 |
| Octal | 346 | 210 | 60 | 0 | 51 | 117 | 12 | 35 | 116 | 67 |
| Binary | 11100110 | 10001000 | 110000 | 0 | 101001 | 1001111 | 1010 | 11101 | 1001110 | 110111 |
Color Harmonies of #E68830
Complementary color
Monochromatic Colors of #E68830
Black with #E68830
Text Example
Text Example
White with #E68830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68830; }
p { color: rgb(230,136,48); }
H1.HeaderClassName
{
color: #E68830;
}
.AnyTagClassName
{
color: #E68830;
}
</style>
background-color css
<style>
a { background-color: #E68830; }
a { background-color: rgb(230,136,48); }
div.DivClassName
{
background-color: #E68830;
}
.BgClassName
{
background-color: #E68830;
}
</style>
border-color css
<style>
span { border-color: #E68830; }
span { border-color: rgb(230,136,48); }
td.TdClassName
{
border-color: #E68830;
}
.TagClassName
{
border-color: #E68830;
}
</style>