Shades of California #E68E41
Tints of California #E68E41
RGB
CMYK
RGB Variations
Color information
#E68E41 (or 0xE68E41) is known color: California. HEX triplet: E6, 8E and 41. RGB value is (230,142,65). Sum of RGB (Red+Green+Blue) = 230+142+65=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68E41 is #1971BE. Grayscale: #9F9F9F. Windows color (decimal): -1667519 or 4296422. OLE color: 4296422.
HSL color Cylindrical-coordinate representation of color #E68E41: hue angle of 28º 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 #E68E41 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 65 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.10 |
| HSL | 28º | 0.77% | 0.58% | - |
| HSV(B) | 28º | 0.72% | 0.9% | - |
| XYZ | 43.26 | 36.55 | 9.78 | - |
| YUV | 159.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 65 | 0 | 0.38 | 0.72 | 0.10 | 28 | 0.77 | 0.58 |
| Hex | E6 | 8E | 41 | 0 | 26 | 48 | A | 1C | 4D | 3A |
| Octal | 346 | 216 | 101 | 0 | 46 | 110 | 12 | 34 | 115 | 72 |
| Binary | 11100110 | 10001110 | 1000001 | 0 | 100110 | 1001000 | 1010 | 11100 | 1001101 | 111010 |
Color Harmonies of #E68E41
Complementary color
Monochromatic Colors of #E68E41
Black with #E68E41
Text Example
Text Example
White with #E68E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E41; }
p { color: rgb(230,142,65); }
H1.HeaderClassName
{
color: #E68E41;
}
.AnyTagClassName
{
color: #E68E41;
}
</style>
background-color css
<style>
a { background-color: #E68E41; }
a { background-color: rgb(230,142,65); }
div.DivClassName
{
background-color: #E68E41;
}
.BgClassName
{
background-color: #E68E41;
}
</style>
border-color css
<style>
span { border-color: #E68E41; }
span { border-color: rgb(230,142,65); }
td.TdClassName
{
border-color: #E68E41;
}
.TagClassName
{
border-color: #E68E41;
}
</style>