Shades of California #E28C39
Tints of California #E28C39
RGB
CMYK
RGB Variations
Color information
#E28C39 (or 0xE28C39) is known color: California. HEX triplet: E2, 8C and 39. RGB value is (226,140,57). Sum of RGB (Red+Green+Blue) = 226+140+57=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C39 is #1D73C6. Grayscale: #9C9C9C. Windows color (decimal): -1930183 or 3771618. OLE color: 3771618.
HSL color Cylindrical-coordinate representation of color #E28C39: hue angle of 29.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E28C39 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 57 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.11 |
| HSL | 29.47º | 0.74% | 0.55% | - |
| HSV(B) | 29.47º | 0.75% | 0.89% | - |
| XYZ | 41.48 | 35.22 | 8.48 | - |
| YUV | 156.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 57 | 0 | 0.38 | 0.75 | 0.11 | 29.47 | 0.74 | 0.55 |
| Hex | E2 | 8C | 39 | 0 | 26 | 4B | B | 1D | 4A | 37 |
| Octal | 342 | 214 | 71 | 0 | 46 | 113 | 13 | 35 | 112 | 67 |
| Binary | 11100010 | 10001100 | 111001 | 0 | 100110 | 1001011 | 1011 | 11101 | 1001010 | 110111 |
Color Harmonies of #E28C39
Complementary color
Monochromatic Colors of #E28C39
Black with #E28C39
Text Example
Text Example
White with #E28C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C39; }
p { color: rgb(226,140,57); }
H1.HeaderClassName
{
color: #E28C39;
}
.AnyTagClassName
{
color: #E28C39;
}
</style>
background-color css
<style>
a { background-color: #E28C39; }
a { background-color: rgb(226,140,57); }
div.DivClassName
{
background-color: #E28C39;
}
.BgClassName
{
background-color: #E28C39;
}
</style>
border-color css
<style>
span { border-color: #E28C39; }
span { border-color: rgb(226,140,57); }
td.TdClassName
{
border-color: #E28C39;
}
.TagClassName
{
border-color: #E28C39;
}
</style>