Shades of California #E7923C
Tints of California #E7923C
RGB
CMYK
RGB Variations
Color information
#E7923C (or 0xE7923C) is known color: California. HEX triplet: E7, 92 and 3C. RGB value is (231,146,60). Sum of RGB (Red+Green+Blue) = 231+146+60=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7923C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7923C is #186DC3. Grayscale: #A2A2A2. Windows color (decimal): -1600964 or 3969767. OLE color: 3969767.
HSL color Cylindrical-coordinate representation of color #E7923C: hue angle of 30.18º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7923C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 60 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.09 |
| HSL | 30.18º | 0.78% | 0.57% | - |
| HSV(B) | 30.18º | 0.74% | 0.91% | - |
| XYZ | 44.05 | 37.87 | 9.26 | - |
| YUV | 161.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 60 | 0 | 0.37 | 0.74 | 0.09 | 30.18 | 0.78 | 0.57 |
| Hex | E7 | 92 | 3C | 0 | 25 | 4A | 9 | 1E | 4E | 39 |
| Octal | 347 | 222 | 74 | 0 | 45 | 112 | 11 | 36 | 116 | 71 |
| Binary | 11100111 | 10010010 | 111100 | 0 | 100101 | 1001010 | 1001 | 11110 | 1001110 | 111001 |
Color Harmonies of #E7923C
Complementary color
Monochromatic Colors of #E7923C
Black with #E7923C
Text Example
Text Example
White with #E7923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7923C; }
p { color: rgb(231,146,60); }
H1.HeaderClassName
{
color: #E7923C;
}
.AnyTagClassName
{
color: #E7923C;
}
</style>
background-color css
<style>
a { background-color: #E7923C; }
a { background-color: rgb(231,146,60); }
div.DivClassName
{
background-color: #E7923C;
}
.BgClassName
{
background-color: #E7923C;
}
</style>
border-color css
<style>
span { border-color: #E7923C; }
span { border-color: rgb(231,146,60); }
td.TdClassName
{
border-color: #E7923C;
}
.TagClassName
{
border-color: #E7923C;
}
</style>