Shades of California #E68B3C
Tints of California #E68B3C
RGB
CMYK
RGB Variations
Color information
#E68B3C (or 0xE68B3C) is known color: California. HEX triplet: E6, 8B and 3C. RGB value is (230,139,60). Sum of RGB (Red+Green+Blue) = 230+139+60=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B3C is #1974C3. Grayscale: #9D9D9D. Windows color (decimal): -1668292 or 3967974. OLE color: 3967974.
HSL color Cylindrical-coordinate representation of color #E68B3C: hue angle of 27.88º 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 #E68B3C is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 60 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.10 |
| HSL | 27.88º | 0.77% | 0.57% | - |
| HSV(B) | 27.88º | 0.74% | 0.9% | - |
| XYZ | 42.68 | 35.61 | 8.9 | - |
| YUV | 157.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 60 | 0 | 0.40 | 0.74 | 0.10 | 27.88 | 0.77 | 0.57 |
| Hex | E6 | 8B | 3C | 0 | 28 | 4A | A | 1C | 4D | 39 |
| Octal | 346 | 213 | 74 | 0 | 50 | 112 | 12 | 34 | 115 | 71 |
| Binary | 11100110 | 10001011 | 111100 | 0 | 101000 | 1001010 | 1010 | 11100 | 1001101 | 111001 |
Color Harmonies of #E68B3C
Complementary color
Monochromatic Colors of #E68B3C
Black with #E68B3C
Text Example
Text Example
White with #E68B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B3C; }
p { color: rgb(230,139,60); }
H1.HeaderClassName
{
color: #E68B3C;
}
.AnyTagClassName
{
color: #E68B3C;
}
</style>
background-color css
<style>
a { background-color: #E68B3C; }
a { background-color: rgb(230,139,60); }
div.DivClassName
{
background-color: #E68B3C;
}
.BgClassName
{
background-color: #E68B3C;
}
</style>
border-color css
<style>
span { border-color: #E68B3C; }
span { border-color: rgb(230,139,60); }
td.TdClassName
{
border-color: #E68B3C;
}
.TagClassName
{
border-color: #E68B3C;
}
</style>