Shades of California #E3923B
Tints of California #E3923B
RGB
CMYK
RGB Variations
Color information
#E3923B (or 0xE3923B) is known color: California. HEX triplet: E3, 92 and 3B. RGB value is (227,146,59). Sum of RGB (Red+Green+Blue) = 227+146+59=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3923B is #1C6DC4. Grayscale: #A0A0A0. Windows color (decimal): -1863109 or 3904227. OLE color: 3904227.
HSL color Cylindrical-coordinate representation of color #E3923B: hue angle of 31.07º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3923B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 59 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.11 |
| HSL | 31.07º | 0.75% | 0.56% | - |
| HSV(B) | 31.07º | 0.74% | 0.89% | - |
| XYZ | 42.75 | 37.2 | 9.07 | - |
| YUV | 160.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 59 | 0 | 0.36 | 0.74 | 0.11 | 31.07 | 0.75 | 0.56 |
| Hex | E3 | 92 | 3B | 0 | 24 | 4A | B | 1F | 4B | 38 |
| Octal | 343 | 222 | 73 | 0 | 44 | 112 | 13 | 37 | 113 | 70 |
| Binary | 11100011 | 10010010 | 111011 | 0 | 100100 | 1001010 | 1011 | 11111 | 1001011 | 111000 |
Color Harmonies of #E3923B
Complementary color
Monochromatic Colors of #E3923B
Black with #E3923B
Text Example
Text Example
White with #E3923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3923B; }
p { color: rgb(227,146,59); }
H1.HeaderClassName
{
color: #E3923B;
}
.AnyTagClassName
{
color: #E3923B;
}
</style>
background-color css
<style>
a { background-color: #E3923B; }
a { background-color: rgb(227,146,59); }
div.DivClassName
{
background-color: #E3923B;
}
.BgClassName
{
background-color: #E3923B;
}
</style>
border-color css
<style>
span { border-color: #E3923B; }
span { border-color: rgb(227,146,59); }
td.TdClassName
{
border-color: #E3923B;
}
.TagClassName
{
border-color: #E3923B;
}
</style>