Shades of California #E68C40
Tints of California #E68C40
RGB
CMYK
RGB Variations
Color information
#E68C40 (or 0xE68C40) is known color: California. HEX triplet: E6, 8C and 40. RGB value is (230,140,64). Sum of RGB (Red+Green+Blue) = 230+140+64=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C40 is #1973BF. Grayscale: #9E9E9E. Windows color (decimal): -1668032 or 4230374. OLE color: 4230374.
HSL color Cylindrical-coordinate representation of color #E68C40: hue angle of 27.47º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68C40 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 64 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.10 |
| HSL | 27.47º | 0.77% | 0.58% | - |
| HSV(B) | 27.47º | 0.72% | 0.9% | - |
| XYZ | 42.94 | 35.95 | 9.53 | - |
| YUV | 158.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 64 | 0 | 0.39 | 0.72 | 0.10 | 27.47 | 0.77 | 0.58 |
| Hex | E6 | 8C | 40 | 0 | 27 | 48 | A | 1B | 4D | 3A |
| Octal | 346 | 214 | 100 | 0 | 47 | 110 | 12 | 33 | 115 | 72 |
| Binary | 11100110 | 10001100 | 1000000 | 0 | 100111 | 1001000 | 1010 | 11011 | 1001101 | 111010 |
Color Harmonies of #E68C40
Complementary color
Monochromatic Colors of #E68C40
Black with #E68C40
Text Example
Text Example
White with #E68C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C40; }
p { color: rgb(230,140,64); }
H1.HeaderClassName
{
color: #E68C40;
}
.AnyTagClassName
{
color: #E68C40;
}
</style>
background-color css
<style>
a { background-color: #E68C40; }
a { background-color: rgb(230,140,64); }
div.DivClassName
{
background-color: #E68C40;
}
.BgClassName
{
background-color: #E68C40;
}
</style>
border-color css
<style>
span { border-color: #E68C40; }
span { border-color: rgb(230,140,64); }
td.TdClassName
{
border-color: #E68C40;
}
.TagClassName
{
border-color: #E68C40;
}
</style>