Shades of California #E68C3B
Tints of California #E68C3B
RGB
CMYK
RGB Variations
Color information
#E68C3B (or 0xE68C3B) is known color: California. HEX triplet: E6, 8C and 3B. RGB value is (230,140,59). Sum of RGB (Red+Green+Blue) = 230+140+59=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C3B is #1973C4. Grayscale: #9E9E9E. Windows color (decimal): -1668037 or 3902694. OLE color: 3902694.
HSL color Cylindrical-coordinate representation of color #E68C3B: hue angle of 28.42º 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 #E68C3B is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 59 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.10 |
| HSL | 28.42º | 0.77% | 0.57% | - |
| HSV(B) | 28.42º | 0.74% | 0.9% | - |
| XYZ | 42.8 | 35.89 | 8.81 | - |
| YUV | 157.68 | 72.32 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 59 | 0 | 0.39 | 0.74 | 0.10 | 28.42 | 0.77 | 0.57 |
| Hex | E6 | 8C | 3B | 0 | 27 | 4A | A | 1C | 4D | 39 |
| Octal | 346 | 214 | 73 | 0 | 47 | 112 | 12 | 34 | 115 | 71 |
| Binary | 11100110 | 10001100 | 111011 | 0 | 100111 | 1001010 | 1010 | 11100 | 1001101 | 111001 |
Color Harmonies of #E68C3B
Complementary color
Monochromatic Colors of #E68C3B
Black with #E68C3B
Text Example
Text Example
White with #E68C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C3B; }
p { color: rgb(230,140,59); }
H1.HeaderClassName
{
color: #E68C3B;
}
.AnyTagClassName
{
color: #E68C3B;
}
</style>
background-color css
<style>
a { background-color: #E68C3B; }
a { background-color: rgb(230,140,59); }
div.DivClassName
{
background-color: #E68C3B;
}
.BgClassName
{
background-color: #E68C3B;
}
</style>
border-color css
<style>
span { border-color: #E68C3B; }
span { border-color: rgb(230,140,59); }
td.TdClassName
{
border-color: #E68C3B;
}
.TagClassName
{
border-color: #E68C3B;
}
</style>