Shades of California #E18831
Tints of California #E18831
RGB
CMYK
RGB Variations
Color information
#E18831 (or 0xE18831) is known color: California. HEX triplet: E1, 88 and 31. RGB value is (225,136,49). Sum of RGB (Red+Green+Blue) = 225+136+49=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E18831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18831 is #1E77CE. Grayscale: #999999. Windows color (decimal): -1996751 or 3246305. OLE color: 3246305.
HSL color Cylindrical-coordinate representation of color #E18831: hue angle of 29.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18831 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 49 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.12 |
| HSL | 29.66º | 0.75% | 0.54% | - |
| HSV(B) | 29.66º | 0.78% | 0.88% | - |
| XYZ | 40.41 | 33.84 | 7.31 | - |
| YUV | 152.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 49 | 0 | 0.40 | 0.78 | 0.12 | 29.66 | 0.75 | 0.54 |
| Hex | E1 | 88 | 31 | 0 | 28 | 4E | C | 1E | 4B | 36 |
| Octal | 341 | 210 | 61 | 0 | 50 | 116 | 14 | 36 | 113 | 66 |
| Binary | 11100001 | 10001000 | 110001 | 0 | 101000 | 1001110 | 1100 | 11110 | 1001011 | 110110 |
Color Harmonies of #E18831
Complementary color
Monochromatic Colors of #E18831
Black with #E18831
Text Example
Text Example
White with #E18831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18831; }
p { color: rgb(225,136,49); }
H1.HeaderClassName
{
color: #E18831;
}
.AnyTagClassName
{
color: #E18831;
}
</style>
background-color css
<style>
a { background-color: #E18831; }
a { background-color: rgb(225,136,49); }
div.DivClassName
{
background-color: #E18831;
}
.BgClassName
{
background-color: #E18831;
}
</style>
border-color css
<style>
span { border-color: #E18831; }
span { border-color: rgb(225,136,49); }
td.TdClassName
{
border-color: #E18831;
}
.TagClassName
{
border-color: #E18831;
}
</style>