Shades of California #E68735
Tints of California #E68735
RGB
CMYK
RGB Variations
Color information
#E68735 (or 0xE68735) is known color: California. HEX triplet: E6, 87 and 35. RGB value is (230,135,53). Sum of RGB (Red+Green+Blue) = 230+135+53=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E68735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68735 is #1978CA. Grayscale: #9A9A9A. Windows color (decimal): -1669323 or 3508198. OLE color: 3508198.
HSL color Cylindrical-coordinate representation of color #E68735: hue angle of 27.8º 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 #E68735 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 53 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.10 |
| HSL | 27.8º | 0.78% | 0.55% | - |
| HSV(B) | 27.8º | 0.77% | 0.9% | - |
| XYZ | 41.94 | 34.41 | 7.8 | - |
| YUV | 154.06 | 70.97 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 53 | 0 | 0.41 | 0.77 | 0.10 | 27.8 | 0.78 | 0.55 |
| Hex | E6 | 87 | 35 | 0 | 29 | 4D | A | 1C | 4E | 37 |
| Octal | 346 | 207 | 65 | 0 | 51 | 115 | 12 | 34 | 116 | 67 |
| Binary | 11100110 | 10000111 | 110101 | 0 | 101001 | 1001101 | 1010 | 11100 | 1001110 | 110111 |
Color Harmonies of #E68735
Complementary color
Monochromatic Colors of #E68735
Black with #E68735
Text Example
Text Example
White with #E68735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68735; }
p { color: rgb(230,135,53); }
H1.HeaderClassName
{
color: #E68735;
}
.AnyTagClassName
{
color: #E68735;
}
</style>
background-color css
<style>
a { background-color: #E68735; }
a { background-color: rgb(230,135,53); }
div.DivClassName
{
background-color: #E68735;
}
.BgClassName
{
background-color: #E68735;
}
</style>
border-color css
<style>
span { border-color: #E68735; }
span { border-color: rgb(230,135,53); }
td.TdClassName
{
border-color: #E68735;
}
.TagClassName
{
border-color: #E68735;
}
</style>