Shades of California #E2882C
Tints of California #E2882C
RGB
CMYK
RGB Variations
Color information
#E2882C (or 0xE2882C) is known color: California. HEX triplet: E2, 88 and 2C. RGB value is (226,136,44). Sum of RGB (Red+Green+Blue) = 226+136+44=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2882C is #1D77D3. Grayscale: #989898. Windows color (decimal): -1931220 or 2918626. OLE color: 2918626.
HSL color Cylindrical-coordinate representation of color #E2882C: hue angle of 30.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2882C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 44 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.11 |
| HSL | 30.33º | 0.76% | 0.53% | - |
| HSV(B) | 30.33º | 0.81% | 0.89% | - |
| XYZ | 40.62 | 33.96 | 6.8 | - |
| YUV | 152.42 | 66.82 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 44 | 0 | 0.40 | 0.81 | 0.11 | 30.33 | 0.76 | 0.53 |
| Hex | E2 | 88 | 2C | 0 | 28 | 51 | B | 1E | 4C | 35 |
| Octal | 342 | 210 | 54 | 0 | 50 | 121 | 13 | 36 | 114 | 65 |
| Binary | 11100010 | 10001000 | 101100 | 0 | 101000 | 1010001 | 1011 | 11110 | 1001100 | 110101 |
Color Harmonies of #E2882C
Complementary color
Monochromatic Colors of #E2882C
Black with #E2882C
Text Example
Text Example
White with #E2882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2882C; }
p { color: rgb(226,136,44); }
H1.HeaderClassName
{
color: #E2882C;
}
.AnyTagClassName
{
color: #E2882C;
}
</style>
background-color css
<style>
a { background-color: #E2882C; }
a { background-color: rgb(226,136,44); }
div.DivClassName
{
background-color: #E2882C;
}
.BgClassName
{
background-color: #E2882C;
}
</style>
border-color css
<style>
span { border-color: #E2882C; }
span { border-color: rgb(226,136,44); }
td.TdClassName
{
border-color: #E2882C;
}
.TagClassName
{
border-color: #E2882C;
}
</style>