Shades of California #E5882C
Tints of California #E5882C
RGB
CMYK
RGB Variations
Color information
#E5882C (or 0xE5882C) is known color: California. HEX triplet: E5, 88 and 2C. RGB value is (229,136,44). Sum of RGB (Red+Green+Blue) = 229+136+44=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5882C is #1A77D3. Grayscale: #999999. Windows color (decimal): -1734612 or 2918629. OLE color: 2918629.
HSL color Cylindrical-coordinate representation of color #E5882C: hue angle of 29.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5882C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 44 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.10 |
| HSL | 29.84º | 0.78% | 0.54% | - |
| HSV(B) | 29.84º | 0.81% | 0.9% | - |
| XYZ | 41.57 | 34.45 | 6.84 | - |
| YUV | 153.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 44 | 0 | 0.41 | 0.81 | 0.10 | 29.84 | 0.78 | 0.54 |
| Hex | E5 | 88 | 2C | 0 | 29 | 51 | A | 1E | 4E | 36 |
| Octal | 345 | 210 | 54 | 0 | 51 | 121 | 12 | 36 | 116 | 66 |
| Binary | 11100101 | 10001000 | 101100 | 0 | 101001 | 1010001 | 1010 | 11110 | 1001110 | 110110 |
Color Harmonies of #E5882C
Complementary color
Monochromatic Colors of #E5882C
Black with #E5882C
Text Example
Text Example
White with #E5882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5882C; }
p { color: rgb(229,136,44); }
H1.HeaderClassName
{
color: #E5882C;
}
.AnyTagClassName
{
color: #E5882C;
}
</style>
background-color css
<style>
a { background-color: #E5882C; }
a { background-color: rgb(229,136,44); }
div.DivClassName
{
background-color: #E5882C;
}
.BgClassName
{
background-color: #E5882C;
}
</style>
border-color css
<style>
span { border-color: #E5882C; }
span { border-color: rgb(229,136,44); }
td.TdClassName
{
border-color: #E5882C;
}
.TagClassName
{
border-color: #E5882C;
}
</style>