Shades of California #E68C3C
Tints of California #E68C3C
RGB
CMYK
RGB Variations
Color information
#E68C3C (or 0xE68C3C) is known color: California. HEX triplet: E6, 8C and 3C. RGB value is (230,140,60). Sum of RGB (Red+Green+Blue) = 230+140+60=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C3C is #1973C3. Grayscale: #9E9E9E. Windows color (decimal): -1668036 or 3968230. OLE color: 3968230.
HSL color Cylindrical-coordinate representation of color #E68C3C: hue angle of 28.24º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E68C3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.10 |
| HSL | 28.24º | 0.77% | 0.57% | - |
| HSV(B) | 28.24º | 0.74% | 0.9% | - |
| XYZ | 42.83 | 35.91 | 8.95 | - |
| YUV | 157.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 60 | 0 | 0.39 | 0.74 | 0.10 | 28.24 | 0.77 | 0.57 |
| Hex | E6 | 8C | 3C | 0 | 27 | 4A | A | 1C | 4D | 39 |
| Octal | 346 | 214 | 74 | 0 | 47 | 112 | 12 | 34 | 115 | 71 |
| Binary | 11100110 | 10001100 | 111100 | 0 | 100111 | 1001010 | 1010 | 11100 | 1001101 | 111001 |
Color Harmonies of #E68C3C
Complementary color
Monochromatic Colors of #E68C3C
Black with #E68C3C
Text Example
Text Example
White with #E68C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C3C; }
p { color: rgb(230,140,60); }
H1.HeaderClassName
{
color: #E68C3C;
}
.AnyTagClassName
{
color: #E68C3C;
}
</style>
background-color css
<style>
a { background-color: #E68C3C; }
a { background-color: rgb(230,140,60); }
div.DivClassName
{
background-color: #E68C3C;
}
.BgClassName
{
background-color: #E68C3C;
}
</style>
border-color css
<style>
span { border-color: #E68C3C; }
span { border-color: rgb(230,140,60); }
td.TdClassName
{
border-color: #E68C3C;
}
.TagClassName
{
border-color: #E68C3C;
}
</style>