Shades of California #E7913C
Tints of California #E7913C
RGB
CMYK
RGB Variations
Color information
#E7913C (or 0xE7913C) is known color: California. HEX triplet: E7, 91 and 3C. RGB value is (231,145,60). Sum of RGB (Red+Green+Blue) = 231+145+60=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7913C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7913C is #186EC3. Grayscale: #A1A1A1. Windows color (decimal): -1601220 or 3969511. OLE color: 3969511.
HSL color Cylindrical-coordinate representation of color #E7913C: hue angle of 29.82º 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 #E7913C is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 60 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.09 |
| HSL | 29.82º | 0.78% | 0.57% | - |
| HSV(B) | 29.82º | 0.74% | 0.91% | - |
| XYZ | 43.9 | 37.57 | 9.21 | - |
| YUV | 161.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 60 | 0 | 0.37 | 0.74 | 0.09 | 29.82 | 0.78 | 0.57 |
| Hex | E7 | 91 | 3C | 0 | 25 | 4A | 9 | 1E | 4E | 39 |
| Octal | 347 | 221 | 74 | 0 | 45 | 112 | 11 | 36 | 116 | 71 |
| Binary | 11100111 | 10010001 | 111100 | 0 | 100101 | 1001010 | 1001 | 11110 | 1001110 | 111001 |
Color Harmonies of #E7913C
Complementary color
Monochromatic Colors of #E7913C
Black with #E7913C
Text Example
Text Example
White with #E7913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7913C; }
p { color: rgb(231,145,60); }
H1.HeaderClassName
{
color: #E7913C;
}
.AnyTagClassName
{
color: #E7913C;
}
</style>
background-color css
<style>
a { background-color: #E7913C; }
a { background-color: rgb(231,145,60); }
div.DivClassName
{
background-color: #E7913C;
}
.BgClassName
{
background-color: #E7913C;
}
</style>
border-color css
<style>
span { border-color: #E7913C; }
span { border-color: rgb(231,145,60); }
td.TdClassName
{
border-color: #E7913C;
}
.TagClassName
{
border-color: #E7913C;
}
</style>