Shades of California #E68B41
Tints of California #E68B41
RGB
CMYK
RGB Variations
Color information
#E68B41 (or 0xE68B41) is known color: California. HEX triplet: E6, 8B and 41. RGB value is (230,139,65). Sum of RGB (Red+Green+Blue) = 230+139+65=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B41 is #1974BE. Grayscale: #9E9E9E. Windows color (decimal): -1668287 or 4295654. OLE color: 4295654.
HSL color Cylindrical-coordinate representation of color #E68B41: hue angle of 26.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68B41 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 65 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.10 |
| HSL | 26.91º | 0.77% | 0.58% | - |
| HSV(B) | 26.91º | 0.72% | 0.9% | - |
| XYZ | 42.82 | 35.67 | 9.63 | - |
| YUV | 157.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 65 | 0 | 0.40 | 0.72 | 0.10 | 26.91 | 0.77 | 0.58 |
| Hex | E6 | 8B | 41 | 0 | 28 | 48 | A | 1B | 4D | 3A |
| Octal | 346 | 213 | 101 | 0 | 50 | 110 | 12 | 33 | 115 | 72 |
| Binary | 11100110 | 10001011 | 1000001 | 0 | 101000 | 1001000 | 1010 | 11011 | 1001101 | 111010 |
Color Harmonies of #E68B41
Complementary color
Monochromatic Colors of #E68B41
Black with #E68B41
Text Example
Text Example
White with #E68B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B41; }
p { color: rgb(230,139,65); }
H1.HeaderClassName
{
color: #E68B41;
}
.AnyTagClassName
{
color: #E68B41;
}
</style>
background-color css
<style>
a { background-color: #E68B41; }
a { background-color: rgb(230,139,65); }
div.DivClassName
{
background-color: #E68B41;
}
.BgClassName
{
background-color: #E68B41;
}
</style>
border-color css
<style>
span { border-color: #E68B41; }
span { border-color: rgb(230,139,65); }
td.TdClassName
{
border-color: #E68B41;
}
.TagClassName
{
border-color: #E68B41;
}
</style>