Shades of California #E68D41
Tints of California #E68D41
RGB
CMYK
RGB Variations
Color information
#E68D41 (or 0xE68D41) is known color: California. HEX triplet: E6, 8D and 41. RGB value is (230,141,65). Sum of RGB (Red+Green+Blue) = 230+141+65=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D41 is #1972BE. Grayscale: #9F9F9F. Windows color (decimal): -1667775 or 4296166. OLE color: 4296166.
HSL color Cylindrical-coordinate representation of color #E68D41: hue angle of 27.64º 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 #E68D41 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 65 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.10 |
| HSL | 27.64º | 0.77% | 0.58% | - |
| HSV(B) | 27.64º | 0.72% | 0.9% | - |
| XYZ | 43.11 | 36.25 | 9.73 | - |
| YUV | 158.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 65 | 0 | 0.39 | 0.72 | 0.10 | 27.64 | 0.77 | 0.58 |
| Hex | E6 | 8D | 41 | 0 | 27 | 48 | A | 1C | 4D | 3A |
| Octal | 346 | 215 | 101 | 0 | 47 | 110 | 12 | 34 | 115 | 72 |
| Binary | 11100110 | 10001101 | 1000001 | 0 | 100111 | 1001000 | 1010 | 11100 | 1001101 | 111010 |
Color Harmonies of #E68D41
Complementary color
Monochromatic Colors of #E68D41
Black with #E68D41
Text Example
Text Example
White with #E68D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D41; }
p { color: rgb(230,141,65); }
H1.HeaderClassName
{
color: #E68D41;
}
.AnyTagClassName
{
color: #E68D41;
}
</style>
background-color css
<style>
a { background-color: #E68D41; }
a { background-color: rgb(230,141,65); }
div.DivClassName
{
background-color: #E68D41;
}
.BgClassName
{
background-color: #E68D41;
}
</style>
border-color css
<style>
span { border-color: #E68D41; }
span { border-color: rgb(230,141,65); }
td.TdClassName
{
border-color: #E68D41;
}
.TagClassName
{
border-color: #E68D41;
}
</style>