Shades of California #E08830
Tints of California #E08830
RGB
CMYK
RGB Variations
Color information
#E08830 (or 0xE08830) is known color: California. HEX triplet: E0, 88 and 30. RGB value is (224,136,48). Sum of RGB (Red+Green+Blue) = 224+136+48=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E08830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08830 is #1F77CF. Grayscale: #989898. Windows color (decimal): -2062288 or 3180768. OLE color: 3180768.
HSL color Cylindrical-coordinate representation of color #E08830: hue angle of 30º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E08830 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 48 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.12 |
| HSL | 30º | 0.74% | 0.53% | - |
| HSV(B) | 30º | 0.79% | 0.88% | - |
| XYZ | 40.08 | 33.67 | 7.18 | - |
| YUV | 152.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 48 | 0 | 0.39 | 0.79 | 0.12 | 30 | 0.74 | 0.53 |
| Hex | E0 | 88 | 30 | 0 | 27 | 4F | C | 1E | 4A | 35 |
| Octal | 340 | 210 | 60 | 0 | 47 | 117 | 14 | 36 | 112 | 65 |
| Binary | 11100000 | 10001000 | 110000 | 0 | 100111 | 1001111 | 1100 | 11110 | 1001010 | 110101 |
Color Harmonies of #E08830
Complementary color
Monochromatic Colors of #E08830
Black with #E08830
Text Example
Text Example
White with #E08830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08830; }
p { color: rgb(224,136,48); }
H1.HeaderClassName
{
color: #E08830;
}
.AnyTagClassName
{
color: #E08830;
}
</style>
background-color css
<style>
a { background-color: #E08830; }
a { background-color: rgb(224,136,48); }
div.DivClassName
{
background-color: #E08830;
}
.BgClassName
{
background-color: #E08830;
}
</style>
border-color css
<style>
span { border-color: #E08830; }
span { border-color: rgb(224,136,48); }
td.TdClassName
{
border-color: #E08830;
}
.TagClassName
{
border-color: #E08830;
}
</style>