Shades of California #E6913B
Tints of California #E6913B
RGB
CMYK
RGB Variations
Color information
#E6913B (or 0xE6913B) is known color: California. HEX triplet: E6, 91 and 3B. RGB value is (230,145,59). Sum of RGB (Red+Green+Blue) = 230+145+59=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6913B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6913B is #196EC4. Grayscale: #A1A1A1. Windows color (decimal): -1666757 or 3903974. OLE color: 3903974.
HSL color Cylindrical-coordinate representation of color #E6913B: hue angle of 30.18º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6913B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 59 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.10 |
| HSL | 30.18º | 0.77% | 0.57% | - |
| HSV(B) | 30.18º | 0.74% | 0.9% | - |
| XYZ | 43.55 | 37.39 | 9.06 | - |
| YUV | 160.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 59 | 0 | 0.37 | 0.74 | 0.10 | 30.18 | 0.77 | 0.57 |
| Hex | E6 | 91 | 3B | 0 | 25 | 4A | A | 1E | 4D | 39 |
| Octal | 346 | 221 | 73 | 0 | 45 | 112 | 12 | 36 | 115 | 71 |
| Binary | 11100110 | 10010001 | 111011 | 0 | 100101 | 1001010 | 1010 | 11110 | 1001101 | 111001 |
Color Harmonies of #E6913B
Complementary color
Monochromatic Colors of #E6913B
Black with #E6913B
Text Example
Text Example
White with #E6913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6913B; }
p { color: rgb(230,145,59); }
H1.HeaderClassName
{
color: #E6913B;
}
.AnyTagClassName
{
color: #E6913B;
}
</style>
background-color css
<style>
a { background-color: #E6913B; }
a { background-color: rgb(230,145,59); }
div.DivClassName
{
background-color: #E6913B;
}
.BgClassName
{
background-color: #E6913B;
}
</style>
border-color css
<style>
span { border-color: #E6913B; }
span { border-color: rgb(230,145,59); }
td.TdClassName
{
border-color: #E6913B;
}
.TagClassName
{
border-color: #E6913B;
}
</style>