Shades of California #E7923F
Tints of California #E7923F
RGB
CMYK
RGB Variations
Color information
#E7923F (or 0xE7923F) is known color: California. HEX triplet: E7, 92 and 3F. RGB value is (231,146,63). Sum of RGB (Red+Green+Blue) = 231+146+63=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7923F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7923F is #186DC0. Grayscale: #A2A2A2. Windows color (decimal): -1600961 or 4166375. OLE color: 4166375.
HSL color Cylindrical-coordinate representation of color #E7923F: hue angle of 29.64º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7923F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 63 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.09 |
| HSL | 29.64º | 0.78% | 0.58% | - |
| HSV(B) | 29.64º | 0.73% | 0.91% | - |
| XYZ | 44.13 | 37.91 | 9.69 | - |
| YUV | 161.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 63 | 0 | 0.37 | 0.73 | 0.09 | 29.64 | 0.78 | 0.58 |
| Hex | E7 | 92 | 3F | 0 | 25 | 49 | 9 | 1E | 4E | 3A |
| Octal | 347 | 222 | 77 | 0 | 45 | 111 | 11 | 36 | 116 | 72 |
| Binary | 11100111 | 10010010 | 111111 | 0 | 100101 | 1001001 | 1001 | 11110 | 1001110 | 111010 |
Color Harmonies of #E7923F
Complementary color
Monochromatic Colors of #E7923F
Black with #E7923F
Text Example
Text Example
White with #E7923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7923F; }
p { color: rgb(231,146,63); }
H1.HeaderClassName
{
color: #E7923F;
}
.AnyTagClassName
{
color: #E7923F;
}
</style>
background-color css
<style>
a { background-color: #E7923F; }
a { background-color: rgb(231,146,63); }
div.DivClassName
{
background-color: #E7923F;
}
.BgClassName
{
background-color: #E7923F;
}
</style>
border-color css
<style>
span { border-color: #E7923F; }
span { border-color: rgb(231,146,63); }
td.TdClassName
{
border-color: #E7923F;
}
.TagClassName
{
border-color: #E7923F;
}
</style>