Shades of California #E2882F
Tints of California #E2882F
RGB
CMYK
RGB Variations
Color information
#E2882F (or 0xE2882F) is known color: California. HEX triplet: E2, 88 and 2F. RGB value is (226,136,47). Sum of RGB (Red+Green+Blue) = 226+136+47=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2882F is #1D77D0. Grayscale: #999999. Windows color (decimal): -1931217 or 3115234. OLE color: 3115234.
HSL color Cylindrical-coordinate representation of color #E2882F: hue angle of 29.83º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2882F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.11 |
| HSL | 29.83º | 0.76% | 0.54% | - |
| HSV(B) | 29.83º | 0.79% | 0.89% | - |
| XYZ | 40.68 | 33.98 | 7.1 | - |
| YUV | 152.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 47 | 0 | 0.40 | 0.79 | 0.11 | 29.83 | 0.76 | 0.54 |
| Hex | E2 | 88 | 2F | 0 | 28 | 4F | B | 1E | 4C | 36 |
| Octal | 342 | 210 | 57 | 0 | 50 | 117 | 13 | 36 | 114 | 66 |
| Binary | 11100010 | 10001000 | 101111 | 0 | 101000 | 1001111 | 1011 | 11110 | 1001100 | 110110 |
Color Harmonies of #E2882F
Complementary color
Monochromatic Colors of #E2882F
Black with #E2882F
Text Example
Text Example
White with #E2882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2882F; }
p { color: rgb(226,136,47); }
H1.HeaderClassName
{
color: #E2882F;
}
.AnyTagClassName
{
color: #E2882F;
}
</style>
background-color css
<style>
a { background-color: #E2882F; }
a { background-color: rgb(226,136,47); }
div.DivClassName
{
background-color: #E2882F;
}
.BgClassName
{
background-color: #E2882F;
}
</style>
border-color css
<style>
span { border-color: #E2882F; }
span { border-color: rgb(226,136,47); }
td.TdClassName
{
border-color: #E2882F;
}
.TagClassName
{
border-color: #E2882F;
}
</style>