Shades of California #E68F3A
Tints of California #E68F3A
RGB
CMYK
RGB Variations
Color information
#E68F3A (or 0xE68F3A) is known color: California. HEX triplet: E6, 8F and 3A. RGB value is (230,143,58). Sum of RGB (Red+Green+Blue) = 230+143+58=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F3A is #1970C5. Grayscale: #9F9F9F. Windows color (decimal): -1667270 or 3837926. OLE color: 3837926.
HSL color Cylindrical-coordinate representation of color #E68F3A: hue angle of 29.65º 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 #E68F3A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 58 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.10 |
| HSL | 29.65º | 0.77% | 0.56% | - |
| HSV(B) | 29.65º | 0.75% | 0.9% | - |
| XYZ | 43.22 | 36.77 | 8.82 | - |
| YUV | 159.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 58 | 0 | 0.38 | 0.75 | 0.10 | 29.65 | 0.77 | 0.56 |
| Hex | E6 | 8F | 3A | 0 | 26 | 4B | A | 1E | 4D | 38 |
| Octal | 346 | 217 | 72 | 0 | 46 | 113 | 12 | 36 | 115 | 70 |
| Binary | 11100110 | 10001111 | 111010 | 0 | 100110 | 1001011 | 1010 | 11110 | 1001101 | 111000 |
Color Harmonies of #E68F3A
Complementary color
Monochromatic Colors of #E68F3A
Black with #E68F3A
Text Example
Text Example
White with #E68F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F3A; }
p { color: rgb(230,143,58); }
H1.HeaderClassName
{
color: #E68F3A;
}
.AnyTagClassName
{
color: #E68F3A;
}
</style>
background-color css
<style>
a { background-color: #E68F3A; }
a { background-color: rgb(230,143,58); }
div.DivClassName
{
background-color: #E68F3A;
}
.BgClassName
{
background-color: #E68F3A;
}
</style>
border-color css
<style>
span { border-color: #E68F3A; }
span { border-color: rgb(230,143,58); }
td.TdClassName
{
border-color: #E68F3A;
}
.TagClassName
{
border-color: #E68F3A;
}
</style>