Shades of California #E08A30
Tints of California #E08A30
RGB
CMYK
RGB Variations
Color information
#E08A30 (or 0xE08A30) is known color: California. HEX triplet: E0, 8A and 30. RGB value is (224,138,48). Sum of RGB (Red+Green+Blue) = 224+138+48=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A30 is #1F75CF. Grayscale: #999999. Windows color (decimal): -2061776 or 3181280. OLE color: 3181280.
HSL color Cylindrical-coordinate representation of color #E08A30: hue angle of 30.68º 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 #E08A30 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 48 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.12 |
| HSL | 30.68º | 0.74% | 0.53% | - |
| HSV(B) | 30.68º | 0.79% | 0.88% | - |
| XYZ | 40.36 | 34.24 | 7.28 | - |
| YUV | 153.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 48 | 0 | 0.38 | 0.79 | 0.12 | 30.68 | 0.74 | 0.53 |
| Hex | E0 | 8A | 30 | 0 | 26 | 4F | C | 1F | 4A | 35 |
| Octal | 340 | 212 | 60 | 0 | 46 | 117 | 14 | 37 | 112 | 65 |
| Binary | 11100000 | 10001010 | 110000 | 0 | 100110 | 1001111 | 1100 | 11111 | 1001010 | 110101 |
Color Harmonies of #E08A30
Complementary color
Monochromatic Colors of #E08A30
Black with #E08A30
Text Example
Text Example
White with #E08A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A30; }
p { color: rgb(224,138,48); }
H1.HeaderClassName
{
color: #E08A30;
}
.AnyTagClassName
{
color: #E08A30;
}
</style>
background-color css
<style>
a { background-color: #E08A30; }
a { background-color: rgb(224,138,48); }
div.DivClassName
{
background-color: #E08A30;
}
.BgClassName
{
background-color: #E08A30;
}
</style>
border-color css
<style>
span { border-color: #E08A30; }
span { border-color: rgb(224,138,48); }
td.TdClassName
{
border-color: #E08A30;
}
.TagClassName
{
border-color: #E08A30;
}
</style>