Shades of California #E8943B
Tints of California #E8943B
RGB
CMYK
RGB Variations
Color information
#E8943B (or 0xE8943B) is known color: California. HEX triplet: E8, 94 and 3B. RGB value is (232,148,59). Sum of RGB (Red+Green+Blue) = 232+148+59=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8943B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8943B is #176BC4. Grayscale: #A3A3A3. Windows color (decimal): -1534917 or 3904744. OLE color: 3904744.
HSL color Cylindrical-coordinate representation of color #E8943B: hue angle of 30.87º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8943B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 59 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.09 |
| HSL | 30.87º | 0.79% | 0.57% | - |
| HSV(B) | 30.87º | 0.75% | 0.91% | - |
| XYZ | 44.66 | 38.65 | 9.24 | - |
| YUV | 162.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 59 | 0 | 0.36 | 0.75 | 0.09 | 30.87 | 0.79 | 0.57 |
| Hex | E8 | 94 | 3B | 0 | 24 | 4B | 9 | 1F | 4F | 39 |
| Octal | 350 | 224 | 73 | 0 | 44 | 113 | 11 | 37 | 117 | 71 |
| Binary | 11101000 | 10010100 | 111011 | 0 | 100100 | 1001011 | 1001 | 11111 | 1001111 | 111001 |
Color Harmonies of #E8943B
Complementary color
Monochromatic Colors of #E8943B
Black with #E8943B
Text Example
Text Example
White with #E8943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8943B; }
p { color: rgb(232,148,59); }
H1.HeaderClassName
{
color: #E8943B;
}
.AnyTagClassName
{
color: #E8943B;
}
</style>
background-color css
<style>
a { background-color: #E8943B; }
a { background-color: rgb(232,148,59); }
div.DivClassName
{
background-color: #E8943B;
}
.BgClassName
{
background-color: #E8943B;
}
</style>
border-color css
<style>
span { border-color: #E8943B; }
span { border-color: rgb(232,148,59); }
td.TdClassName
{
border-color: #E8943B;
}
.TagClassName
{
border-color: #E8943B;
}
</style>