Shades of California #E68C3F
Tints of California #E68C3F
RGB
CMYK
RGB Variations
Color information
#E68C3F (or 0xE68C3F) is known color: California. HEX triplet: E6, 8C and 3F. RGB value is (230,140,63). Sum of RGB (Red+Green+Blue) = 230+140+63=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C3F is #1973C0. Grayscale: #9E9E9E. Windows color (decimal): -1668033 or 4164838. OLE color: 4164838.
HSL color Cylindrical-coordinate representation of color #E68C3F: hue angle of 27.66º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E68C3F is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 63 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.10 |
| HSL | 27.66º | 0.77% | 0.57% | - |
| HSV(B) | 27.66º | 0.73% | 0.9% | - |
| XYZ | 42.91 | 35.94 | 9.38 | - |
| YUV | 158.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 63 | 0 | 0.39 | 0.73 | 0.10 | 27.66 | 0.77 | 0.57 |
| Hex | E6 | 8C | 3F | 0 | 27 | 49 | A | 1C | 4D | 39 |
| Octal | 346 | 214 | 77 | 0 | 47 | 111 | 12 | 34 | 115 | 71 |
| Binary | 11100110 | 10001100 | 111111 | 0 | 100111 | 1001001 | 1010 | 11100 | 1001101 | 111001 |
Color Harmonies of #E68C3F
Complementary color
Monochromatic Colors of #E68C3F
Black with #E68C3F
Text Example
Text Example
White with #E68C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C3F; }
p { color: rgb(230,140,63); }
H1.HeaderClassName
{
color: #E68C3F;
}
.AnyTagClassName
{
color: #E68C3F;
}
</style>
background-color css
<style>
a { background-color: #E68C3F; }
a { background-color: rgb(230,140,63); }
div.DivClassName
{
background-color: #E68C3F;
}
.BgClassName
{
background-color: #E68C3F;
}
</style>
border-color css
<style>
span { border-color: #E68C3F; }
span { border-color: rgb(230,140,63); }
td.TdClassName
{
border-color: #E68C3F;
}
.TagClassName
{
border-color: #E68C3F;
}
</style>