Shades of California #E8923A
Tints of California #E8923A
RGB
CMYK
RGB Variations
Color information
#E8923A (or 0xE8923A) is known color: California. HEX triplet: E8, 92 and 3A. RGB value is (232,146,58). Sum of RGB (Red+Green+Blue) = 232+146+58=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8923A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8923A is #176DC5. Grayscale: #A2A2A2. Windows color (decimal): -1535430 or 3838696. OLE color: 3838696.
HSL color Cylindrical-coordinate representation of color #E8923A: hue angle of 30.34º 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 #E8923A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 58 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.09 |
| HSL | 30.34º | 0.79% | 0.57% | - |
| HSV(B) | 30.34º | 0.75% | 0.91% | - |
| XYZ | 44.32 | 38.02 | 9.01 | - |
| YUV | 161.68 | 69.49 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 58 | 0 | 0.37 | 0.75 | 0.09 | 30.34 | 0.79 | 0.57 |
| Hex | E8 | 92 | 3A | 0 | 25 | 4B | 9 | 1E | 4F | 39 |
| Octal | 350 | 222 | 72 | 0 | 45 | 113 | 11 | 36 | 117 | 71 |
| Binary | 11101000 | 10010010 | 111010 | 0 | 100101 | 1001011 | 1001 | 11110 | 1001111 | 111001 |
Color Harmonies of #E8923A
Complementary color
Monochromatic Colors of #E8923A
Black with #E8923A
Text Example
Text Example
White with #E8923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8923A; }
p { color: rgb(232,146,58); }
H1.HeaderClassName
{
color: #E8923A;
}
.AnyTagClassName
{
color: #E8923A;
}
</style>
background-color css
<style>
a { background-color: #E8923A; }
a { background-color: rgb(232,146,58); }
div.DivClassName
{
background-color: #E8923A;
}
.BgClassName
{
background-color: #E8923A;
}
</style>
border-color css
<style>
span { border-color: #E8923A; }
span { border-color: rgb(232,146,58); }
td.TdClassName
{
border-color: #E8923A;
}
.TagClassName
{
border-color: #E8923A;
}
</style>