Shades of California #E6943B
Tints of California #E6943B
RGB
CMYK
RGB Variations
Color information
#E6943B (or 0xE6943B) is known color: California. HEX triplet: E6, 94 and 3B. RGB value is (230,148,59). Sum of RGB (Red+Green+Blue) = 230+148+59=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6943B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6943B is #196BC4. Grayscale: #A2A2A2. Windows color (decimal): -1665989 or 3904742. OLE color: 3904742.
HSL color Cylindrical-coordinate representation of color #E6943B: hue angle of 31.23º 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 #E6943B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 59 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.10 |
| HSL | 31.23º | 0.77% | 0.57% | - |
| HSV(B) | 31.23º | 0.74% | 0.9% | - |
| XYZ | 44.01 | 38.32 | 9.21 | - |
| YUV | 162.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 59 | 0 | 0.36 | 0.74 | 0.10 | 31.23 | 0.77 | 0.57 |
| Hex | E6 | 94 | 3B | 0 | 24 | 4A | A | 1F | 4D | 39 |
| Octal | 346 | 224 | 73 | 0 | 44 | 112 | 12 | 37 | 115 | 71 |
| Binary | 11100110 | 10010100 | 111011 | 0 | 100100 | 1001010 | 1010 | 11111 | 1001101 | 111001 |
Color Harmonies of #E6943B
Complementary color
Monochromatic Colors of #E6943B
Black with #E6943B
Text Example
Text Example
White with #E6943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6943B; }
p { color: rgb(230,148,59); }
H1.HeaderClassName
{
color: #E6943B;
}
.AnyTagClassName
{
color: #E6943B;
}
</style>
background-color css
<style>
a { background-color: #E6943B; }
a { background-color: rgb(230,148,59); }
div.DivClassName
{
background-color: #E6943B;
}
.BgClassName
{
background-color: #E6943B;
}
</style>
border-color css
<style>
span { border-color: #E6943B; }
span { border-color: rgb(230,148,59); }
td.TdClassName
{
border-color: #E6943B;
}
.TagClassName
{
border-color: #E6943B;
}
</style>