Shades of California #E08C39
Tints of California #E08C39
RGB
CMYK
RGB Variations
Color information
#E08C39 (or 0xE08C39) is known color: California. HEX triplet: E0, 8C and 39. RGB value is (224,140,57). Sum of RGB (Red+Green+Blue) = 224+140+57=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C39 is #1F73C6. Grayscale: #9C9C9C. Windows color (decimal): -2061255 or 3771616. OLE color: 3771616.
HSL color Cylindrical-coordinate representation of color #E08C39: hue angle of 29.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E08C39 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 57 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.12 |
| HSL | 29.82º | 0.73% | 0.55% | - |
| HSV(B) | 29.82º | 0.75% | 0.88% | - |
| XYZ | 40.86 | 34.9 | 8.45 | - |
| YUV | 155.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 57 | 0 | 0.38 | 0.75 | 0.12 | 29.82 | 0.73 | 0.55 |
| Hex | E0 | 8C | 39 | 0 | 26 | 4B | C | 1E | 49 | 37 |
| Octal | 340 | 214 | 71 | 0 | 46 | 113 | 14 | 36 | 111 | 67 |
| Binary | 11100000 | 10001100 | 111001 | 0 | 100110 | 1001011 | 1100 | 11110 | 1001001 | 110111 |
Color Harmonies of #E08C39
Complementary color
Monochromatic Colors of #E08C39
Black with #E08C39
Text Example
Text Example
White with #E08C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C39; }
p { color: rgb(224,140,57); }
H1.HeaderClassName
{
color: #E08C39;
}
.AnyTagClassName
{
color: #E08C39;
}
</style>
background-color css
<style>
a { background-color: #E08C39; }
a { background-color: rgb(224,140,57); }
div.DivClassName
{
background-color: #E08C39;
}
.BgClassName
{
background-color: #E08C39;
}
</style>
border-color css
<style>
span { border-color: #E08C39; }
span { border-color: rgb(224,140,57); }
td.TdClassName
{
border-color: #E08C39;
}
.TagClassName
{
border-color: #E08C39;
}
</style>