Shades of California #E08B40
Tints of California #E08B40
RGB
CMYK
RGB Variations
Color information
#E08B40 (or 0xE08B40) is known color: California. HEX triplet: E0, 8B and 40. RGB value is (224,139,64). Sum of RGB (Red+Green+Blue) = 224+139+64=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B40 is #1F74BF. Grayscale: #9C9C9C. Windows color (decimal): -2061504 or 4230112. OLE color: 4230112.
HSL color Cylindrical-coordinate representation of color #E08B40: hue angle of 28.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E08B40 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 64 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.12 |
| HSL | 28.13º | 0.72% | 0.56% | - |
| HSV(B) | 28.13º | 0.71% | 0.88% | - |
| XYZ | 40.9 | 34.68 | 9.39 | - |
| YUV | 155.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 64 | 0 | 0.38 | 0.71 | 0.12 | 28.13 | 0.72 | 0.56 |
| Hex | E0 | 8B | 40 | 0 | 26 | 47 | C | 1C | 48 | 38 |
| Octal | 340 | 213 | 100 | 0 | 46 | 107 | 14 | 34 | 110 | 70 |
| Binary | 11100000 | 10001011 | 1000000 | 0 | 100110 | 1000111 | 1100 | 11100 | 1001000 | 111000 |
Color Harmonies of #E08B40
Complementary color
Monochromatic Colors of #E08B40
Black with #E08B40
Text Example
Text Example
White with #E08B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B40; }
p { color: rgb(224,139,64); }
H1.HeaderClassName
{
color: #E08B40;
}
.AnyTagClassName
{
color: #E08B40;
}
</style>
background-color css
<style>
a { background-color: #E08B40; }
a { background-color: rgb(224,139,64); }
div.DivClassName
{
background-color: #E08B40;
}
.BgClassName
{
background-color: #E08B40;
}
</style>
border-color css
<style>
span { border-color: #E08B40; }
span { border-color: rgb(224,139,64); }
td.TdClassName
{
border-color: #E08B40;
}
.TagClassName
{
border-color: #E08B40;
}
</style>