Shades of California #E28C36
Tints of California #E28C36
RGB
CMYK
RGB Variations
Color information
#E28C36 (or 0xE28C36) is known color: California. HEX triplet: E2, 8C and 36. RGB value is (226,140,54). Sum of RGB (Red+Green+Blue) = 226+140+54=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C36 is #1D73C9. Grayscale: #9C9C9C. Windows color (decimal): -1930186 or 3575010. OLE color: 3575010.
HSL color Cylindrical-coordinate representation of color #E28C36: hue angle of 30º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E28C36 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 54 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.11 |
| HSL | 30º | 0.75% | 0.55% | - |
| HSV(B) | 30º | 0.76% | 0.89% | - |
| XYZ | 41.41 | 35.19 | 8.1 | - |
| YUV | 155.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 54 | 0 | 0.38 | 0.76 | 0.11 | 30 | 0.75 | 0.55 |
| Hex | E2 | 8C | 36 | 0 | 26 | 4C | B | 1E | 4B | 37 |
| Octal | 342 | 214 | 66 | 0 | 46 | 114 | 13 | 36 | 113 | 67 |
| Binary | 11100010 | 10001100 | 110110 | 0 | 100110 | 1001100 | 1011 | 11110 | 1001011 | 110111 |
Color Harmonies of #E28C36
Complementary color
Monochromatic Colors of #E28C36
Black with #E28C36
Text Example
Text Example
White with #E28C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C36; }
p { color: rgb(226,140,54); }
H1.HeaderClassName
{
color: #E28C36;
}
.AnyTagClassName
{
color: #E28C36;
}
</style>
background-color css
<style>
a { background-color: #E28C36; }
a { background-color: rgb(226,140,54); }
div.DivClassName
{
background-color: #E28C36;
}
.BgClassName
{
background-color: #E28C36;
}
</style>
border-color css
<style>
span { border-color: #E28C36; }
span { border-color: rgb(226,140,54); }
td.TdClassName
{
border-color: #E28C36;
}
.TagClassName
{
border-color: #E28C36;
}
</style>