Shades of California #E68A3A
Tints of California #E68A3A
RGB
CMYK
RGB Variations
Color information
#E68A3A (or 0xE68A3A) is known color: California. HEX triplet: E6, 8A and 3A. RGB value is (230,138,58). Sum of RGB (Red+Green+Blue) = 230+138+58=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A3A is #1975C5. Grayscale: #9C9C9C. Windows color (decimal): -1668550 or 3836646. OLE color: 3836646.
HSL color Cylindrical-coordinate representation of color #E68A3A: hue angle of 27.91º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E68A3A is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 58 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.10 |
| HSL | 27.91º | 0.77% | 0.56% | - |
| HSV(B) | 27.91º | 0.75% | 0.9% | - |
| XYZ | 42.49 | 35.31 | 8.58 | - |
| YUV | 156.39 | 72.48 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 58 | 0 | 0.4 | 0.75 | 0.10 | 27.91 | 0.77 | 0.56 |
| Hex | E6 | 8A | 3A | 0 | 28 | 4B | A | 1C | 4D | 38 |
| Octal | 346 | 212 | 72 | 0 | 50 | 113 | 12 | 34 | 115 | 70 |
| Binary | 11100110 | 10001010 | 111010 | 0 | 101000 | 1001011 | 1010 | 11100 | 1001101 | 111000 |
Color Harmonies of #E68A3A
Complementary color
Monochromatic Colors of #E68A3A
Black with #E68A3A
Text Example
Text Example
White with #E68A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A3A; }
p { color: rgb(230,138,58); }
H1.HeaderClassName
{
color: #E68A3A;
}
.AnyTagClassName
{
color: #E68A3A;
}
</style>
background-color css
<style>
a { background-color: #E68A3A; }
a { background-color: rgb(230,138,58); }
div.DivClassName
{
background-color: #E68A3A;
}
.BgClassName
{
background-color: #E68A3A;
}
</style>
border-color css
<style>
span { border-color: #E68A3A; }
span { border-color: rgb(230,138,58); }
td.TdClassName
{
border-color: #E68A3A;
}
.TagClassName
{
border-color: #E68A3A;
}
</style>