Shades of California #E68D3B
Tints of California #E68D3B
RGB
CMYK
RGB Variations
Color information
#E68D3B (or 0xE68D3B) is known color: California. HEX triplet: E6, 8D and 3B. RGB value is (230,141,59). Sum of RGB (Red+Green+Blue) = 230+141+59=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D3B is #1972C4. Grayscale: #9E9E9E. Windows color (decimal): -1667781 or 3902950. OLE color: 3902950.
HSL color Cylindrical-coordinate representation of color #E68D3B: hue angle of 28.77º 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 #E68D3B is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 59 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.10 |
| HSL | 28.77º | 0.77% | 0.57% | - |
| HSV(B) | 28.77º | 0.74% | 0.9% | - |
| XYZ | 42.95 | 36.19 | 8.86 | - |
| YUV | 158.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 59 | 0 | 0.39 | 0.74 | 0.10 | 28.77 | 0.77 | 0.57 |
| Hex | E6 | 8D | 3B | 0 | 27 | 4A | A | 1D | 4D | 39 |
| Octal | 346 | 215 | 73 | 0 | 47 | 112 | 12 | 35 | 115 | 71 |
| Binary | 11100110 | 10001101 | 111011 | 0 | 100111 | 1001010 | 1010 | 11101 | 1001101 | 111001 |
Color Harmonies of #E68D3B
Complementary color
Monochromatic Colors of #E68D3B
Black with #E68D3B
Text Example
Text Example
White with #E68D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D3B; }
p { color: rgb(230,141,59); }
H1.HeaderClassName
{
color: #E68D3B;
}
.AnyTagClassName
{
color: #E68D3B;
}
</style>
background-color css
<style>
a { background-color: #E68D3B; }
a { background-color: rgb(230,141,59); }
div.DivClassName
{
background-color: #E68D3B;
}
.BgClassName
{
background-color: #E68D3B;
}
</style>
border-color css
<style>
span { border-color: #E68D3B; }
span { border-color: rgb(230,141,59); }
td.TdClassName
{
border-color: #E68D3B;
}
.TagClassName
{
border-color: #E68D3B;
}
</style>