Shades of California #E2913B
Tints of California #E2913B
RGB
CMYK
RGB Variations
Color information
#E2913B (or 0xE2913B) is known color: California. HEX triplet: E2, 91 and 3B. RGB value is (226,145,59). Sum of RGB (Red+Green+Blue) = 226+145+59=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2913B is #1D6EC4. Grayscale: #9F9F9F. Windows color (decimal): -1928901 or 3903970. OLE color: 3903970.
HSL color Cylindrical-coordinate representation of color #E2913B: hue angle of 30.9º degrees, saturation: 0.74, 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 #E2913B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 59 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.11 |
| HSL | 30.9º | 0.74% | 0.56% | - |
| HSV(B) | 30.9º | 0.74% | 0.89% | - |
| XYZ | 42.28 | 36.74 | 9 | - |
| YUV | 159.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 59 | 0 | 0.36 | 0.74 | 0.11 | 30.9 | 0.74 | 0.56 |
| Hex | E2 | 91 | 3B | 0 | 24 | 4A | B | 1F | 4A | 38 |
| Octal | 342 | 221 | 73 | 0 | 44 | 112 | 13 | 37 | 112 | 70 |
| Binary | 11100010 | 10010001 | 111011 | 0 | 100100 | 1001010 | 1011 | 11111 | 1001010 | 111000 |
Color Harmonies of #E2913B
Complementary color
Monochromatic Colors of #E2913B
Black with #E2913B
Text Example
Text Example
White with #E2913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2913B; }
p { color: rgb(226,145,59); }
H1.HeaderClassName
{
color: #E2913B;
}
.AnyTagClassName
{
color: #E2913B;
}
</style>
background-color css
<style>
a { background-color: #E2913B; }
a { background-color: rgb(226,145,59); }
div.DivClassName
{
background-color: #E2913B;
}
.BgClassName
{
background-color: #E2913B;
}
</style>
border-color css
<style>
span { border-color: #E2913B; }
span { border-color: rgb(226,145,59); }
td.TdClassName
{
border-color: #E2913B;
}
.TagClassName
{
border-color: #E2913B;
}
</style>