Shades of California #E08C36
Tints of California #E08C36
RGB
CMYK
RGB Variations
Color information
#E08C36 (or 0xE08C36) is known color: California. HEX triplet: E0, 8C and 36. RGB value is (224,140,54). Sum of RGB (Red+Green+Blue) = 224+140+54=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C36 is #1F73C9. Grayscale: #9B9B9B. Windows color (decimal): -2061258 or 3575008. OLE color: 3575008.
HSL color Cylindrical-coordinate representation of color #E08C36: hue angle of 30.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E08C36 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 54 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.12 |
| HSL | 30.35º | 0.73% | 0.55% | - |
| HSV(B) | 30.35º | 0.76% | 0.88% | - |
| XYZ | 40.78 | 34.87 | 8.07 | - |
| YUV | 155.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 54 | 0 | 0.38 | 0.76 | 0.12 | 30.35 | 0.73 | 0.55 |
| Hex | E0 | 8C | 36 | 0 | 26 | 4C | C | 1E | 49 | 37 |
| Octal | 340 | 214 | 66 | 0 | 46 | 114 | 14 | 36 | 111 | 67 |
| Binary | 11100000 | 10001100 | 110110 | 0 | 100110 | 1001100 | 1100 | 11110 | 1001001 | 110111 |
Color Harmonies of #E08C36
Complementary color
Monochromatic Colors of #E08C36
Black with #E08C36
Text Example
Text Example
White with #E08C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C36; }
p { color: rgb(224,140,54); }
H1.HeaderClassName
{
color: #E08C36;
}
.AnyTagClassName
{
color: #E08C36;
}
</style>
background-color css
<style>
a { background-color: #E08C36; }
a { background-color: rgb(224,140,54); }
div.DivClassName
{
background-color: #E08C36;
}
.BgClassName
{
background-color: #E08C36;
}
</style>
border-color css
<style>
span { border-color: #E08C36; }
span { border-color: rgb(224,140,54); }
td.TdClassName
{
border-color: #E08C36;
}
.TagClassName
{
border-color: #E08C36;
}
</style>