Shades of California #E68F3F
Tints of California #E68F3F
RGB
CMYK
RGB Variations
Color information
#E68F3F (or 0xE68F3F) is known color: California. HEX triplet: E6, 8F and 3F. RGB value is (230,143,63). Sum of RGB (Red+Green+Blue) = 230+143+63=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F3F is #1970C0. Grayscale: #A0A0A0. Windows color (decimal): -1667265 or 4165606. OLE color: 4165606.
HSL color Cylindrical-coordinate representation of color #E68F3F: hue angle of 28.74º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E68F3F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 63 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.10 |
| HSL | 28.74º | 0.77% | 0.57% | - |
| HSV(B) | 28.74º | 0.73% | 0.9% | - |
| XYZ | 43.35 | 36.83 | 9.53 | - |
| YUV | 159.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 63 | 0 | 0.38 | 0.73 | 0.10 | 28.74 | 0.77 | 0.57 |
| Hex | E6 | 8F | 3F | 0 | 26 | 49 | A | 1D | 4D | 39 |
| Octal | 346 | 217 | 77 | 0 | 46 | 111 | 12 | 35 | 115 | 71 |
| Binary | 11100110 | 10001111 | 111111 | 0 | 100110 | 1001001 | 1010 | 11101 | 1001101 | 111001 |
Color Harmonies of #E68F3F
Complementary color
Monochromatic Colors of #E68F3F
Black with #E68F3F
Text Example
Text Example
White with #E68F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F3F; }
p { color: rgb(230,143,63); }
H1.HeaderClassName
{
color: #E68F3F;
}
.AnyTagClassName
{
color: #E68F3F;
}
</style>
background-color css
<style>
a { background-color: #E68F3F; }
a { background-color: rgb(230,143,63); }
div.DivClassName
{
background-color: #E68F3F;
}
.BgClassName
{
background-color: #E68F3F;
}
</style>
border-color css
<style>
span { border-color: #E68F3F; }
span { border-color: rgb(230,143,63); }
td.TdClassName
{
border-color: #E68F3F;
}
.TagClassName
{
border-color: #E68F3F;
}
</style>