Shades of California #E68F40
Tints of California #E68F40
RGB
CMYK
RGB Variations
Color information
#E68F40 (or 0xE68F40) is known color: California. HEX triplet: E6, 8F and 40. RGB value is (230,143,64). Sum of RGB (Red+Green+Blue) = 230+143+64=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F40 is #1970BF. Grayscale: #A0A0A0. Windows color (decimal): -1667264 or 4231142. OLE color: 4231142.
HSL color Cylindrical-coordinate representation of color #E68F40: hue angle of 28.55º 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 #E68F40 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 64 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.10 |
| HSL | 28.55º | 0.77% | 0.58% | - |
| HSV(B) | 28.55º | 0.72% | 0.9% | - |
| XYZ | 43.38 | 36.84 | 9.67 | - |
| YUV | 160.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 64 | 0 | 0.38 | 0.72 | 0.10 | 28.55 | 0.77 | 0.58 |
| Hex | E6 | 8F | 40 | 0 | 26 | 48 | A | 1D | 4D | 3A |
| Octal | 346 | 217 | 100 | 0 | 46 | 110 | 12 | 35 | 115 | 72 |
| Binary | 11100110 | 10001111 | 1000000 | 0 | 100110 | 1001000 | 1010 | 11101 | 1001101 | 111010 |
Color Harmonies of #E68F40
Complementary color
Monochromatic Colors of #E68F40
Black with #E68F40
Text Example
Text Example
White with #E68F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F40; }
p { color: rgb(230,143,64); }
H1.HeaderClassName
{
color: #E68F40;
}
.AnyTagClassName
{
color: #E68F40;
}
</style>
background-color css
<style>
a { background-color: #E68F40; }
a { background-color: rgb(230,143,64); }
div.DivClassName
{
background-color: #E68F40;
}
.BgClassName
{
background-color: #E68F40;
}
</style>
border-color css
<style>
span { border-color: #E68F40; }
span { border-color: rgb(230,143,64); }
td.TdClassName
{
border-color: #E68F40;
}
.TagClassName
{
border-color: #E68F40;
}
</style>