Shades of California #E68C42
Tints of California #E68C42
RGB
CMYK
RGB Variations
Color information
#E68C42 (or 0xE68C42) is known color: California. HEX triplet: E6, 8C and 42. RGB value is (230,140,66). Sum of RGB (Red+Green+Blue) = 230+140+66=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C42 is #1973BD. Grayscale: #9E9E9E. Windows color (decimal): -1668030 or 4361446. OLE color: 4361446.
HSL color Cylindrical-coordinate representation of color #E68C42: hue angle of 27.07º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E68C42 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 66 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.10 |
| HSL | 27.07º | 0.77% | 0.58% | - |
| HSV(B) | 27.07º | 0.71% | 0.9% | - |
| XYZ | 42.99 | 35.97 | 9.83 | - |
| YUV | 158.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 66 | 0 | 0.39 | 0.71 | 0.10 | 27.07 | 0.77 | 0.58 |
| Hex | E6 | 8C | 42 | 0 | 27 | 47 | A | 1B | 4D | 3A |
| Octal | 346 | 214 | 102 | 0 | 47 | 107 | 12 | 33 | 115 | 72 |
| Binary | 11100110 | 10001100 | 1000010 | 0 | 100111 | 1000111 | 1010 | 11011 | 1001101 | 111010 |
Color Harmonies of #E68C42
Complementary color
Monochromatic Colors of #E68C42
Black with #E68C42
Text Example
Text Example
White with #E68C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C42; }
p { color: rgb(230,140,66); }
H1.HeaderClassName
{
color: #E68C42;
}
.AnyTagClassName
{
color: #E68C42;
}
</style>
background-color css
<style>
a { background-color: #E68C42; }
a { background-color: rgb(230,140,66); }
div.DivClassName
{
background-color: #E68C42;
}
.BgClassName
{
background-color: #E68C42;
}
</style>
border-color css
<style>
span { border-color: #E68C42; }
span { border-color: rgb(230,140,66); }
td.TdClassName
{
border-color: #E68C42;
}
.TagClassName
{
border-color: #E68C42;
}
</style>