Shades of California #E68D3C
Tints of California #E68D3C
RGB
CMYK
RGB Variations
Color information
#E68D3C (or 0xE68D3C) is known color: California. HEX triplet: E6, 8D and 3C. RGB value is (230,141,60). Sum of RGB (Red+Green+Blue) = 230+141+60=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D3C is #1972C3. Grayscale: #9E9E9E. Windows color (decimal): -1667780 or 3968486. OLE color: 3968486.
HSL color Cylindrical-coordinate representation of color #E68D3C: hue angle of 28.59º 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 #E68D3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.10 |
| HSL | 28.59º | 0.77% | 0.57% | - |
| HSV(B) | 28.59º | 0.74% | 0.9% | - |
| XYZ | 42.97 | 36.2 | 9 | - |
| YUV | 158.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 60 | 0 | 0.39 | 0.74 | 0.10 | 28.59 | 0.77 | 0.57 |
| Hex | E6 | 8D | 3C | 0 | 27 | 4A | A | 1D | 4D | 39 |
| Octal | 346 | 215 | 74 | 0 | 47 | 112 | 12 | 35 | 115 | 71 |
| Binary | 11100110 | 10001101 | 111100 | 0 | 100111 | 1001010 | 1010 | 11101 | 1001101 | 111001 |
Color Harmonies of #E68D3C
Complementary color
Monochromatic Colors of #E68D3C
Black with #E68D3C
Text Example
Text Example
White with #E68D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D3C; }
p { color: rgb(230,141,60); }
H1.HeaderClassName
{
color: #E68D3C;
}
.AnyTagClassName
{
color: #E68D3C;
}
</style>
background-color css
<style>
a { background-color: #E68D3C; }
a { background-color: rgb(230,141,60); }
div.DivClassName
{
background-color: #E68D3C;
}
.BgClassName
{
background-color: #E68D3C;
}
</style>
border-color css
<style>
span { border-color: #E68D3C; }
span { border-color: rgb(230,141,60); }
td.TdClassName
{
border-color: #E68D3C;
}
.TagClassName
{
border-color: #E68D3C;
}
</style>