Shades of California #E6893F
Tints of California #E6893F
RGB
CMYK
RGB Variations
Color information
#E6893F (or 0xE6893F) is known color: California. HEX triplet: E6, 89 and 3F. RGB value is (230,137,63). Sum of RGB (Red+Green+Blue) = 230+137+63=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6893F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6893F is #1976C0. Grayscale: #9C9C9C. Windows color (decimal): -1668801 or 4164070. OLE color: 4164070.
HSL color Cylindrical-coordinate representation of color #E6893F: hue angle of 26.59º 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 #E6893F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 63 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.10 |
| HSL | 26.59º | 0.77% | 0.57% | - |
| HSV(B) | 26.59º | 0.73% | 0.9% | - |
| XYZ | 42.48 | 35.07 | 9.23 | - |
| YUV | 156.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 63 | 0 | 0.40 | 0.73 | 0.10 | 26.59 | 0.77 | 0.57 |
| Hex | E6 | 89 | 3F | 0 | 28 | 49 | A | 1B | 4D | 39 |
| Octal | 346 | 211 | 77 | 0 | 50 | 111 | 12 | 33 | 115 | 71 |
| Binary | 11100110 | 10001001 | 111111 | 0 | 101000 | 1001001 | 1010 | 11011 | 1001101 | 111001 |
Color Harmonies of #E6893F
Complementary color
Monochromatic Colors of #E6893F
Black with #E6893F
Text Example
Text Example
White with #E6893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6893F; }
p { color: rgb(230,137,63); }
H1.HeaderClassName
{
color: #E6893F;
}
.AnyTagClassName
{
color: #E6893F;
}
</style>
background-color css
<style>
a { background-color: #E6893F; }
a { background-color: rgb(230,137,63); }
div.DivClassName
{
background-color: #E6893F;
}
.BgClassName
{
background-color: #E6893F;
}
</style>
border-color css
<style>
span { border-color: #E6893F; }
span { border-color: rgb(230,137,63); }
td.TdClassName
{
border-color: #E6893F;
}
.TagClassName
{
border-color: #E6893F;
}
</style>