Shades of California #E28C3B
Tints of California #E28C3B
RGB
CMYK
RGB Variations
Color information
#E28C3B (or 0xE28C3B) is known color: California. HEX triplet: E2, 8C and 3B. RGB value is (226,140,59). Sum of RGB (Red+Green+Blue) = 226+140+59=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C3B is #1D73C4. Grayscale: #9C9C9C. Windows color (decimal): -1930181 or 3902690. OLE color: 3902690.
HSL color Cylindrical-coordinate representation of color #E28C3B: hue angle of 29.1º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E28C3B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 59 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.11 |
| HSL | 29.1º | 0.74% | 0.56% | - |
| HSV(B) | 29.1º | 0.74% | 0.89% | - |
| XYZ | 41.53 | 35.24 | 8.75 | - |
| YUV | 156.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 59 | 0 | 0.38 | 0.74 | 0.11 | 29.1 | 0.74 | 0.56 |
| Hex | E2 | 8C | 3B | 0 | 26 | 4A | B | 1D | 4A | 38 |
| Octal | 342 | 214 | 73 | 0 | 46 | 112 | 13 | 35 | 112 | 70 |
| Binary | 11100010 | 10001100 | 111011 | 0 | 100110 | 1001010 | 1011 | 11101 | 1001010 | 111000 |
Color Harmonies of #E28C3B
Complementary color
Monochromatic Colors of #E28C3B
Black with #E28C3B
Text Example
Text Example
White with #E28C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C3B; }
p { color: rgb(226,140,59); }
H1.HeaderClassName
{
color: #E28C3B;
}
.AnyTagClassName
{
color: #E28C3B;
}
</style>
background-color css
<style>
a { background-color: #E28C3B; }
a { background-color: rgb(226,140,59); }
div.DivClassName
{
background-color: #E28C3B;
}
.BgClassName
{
background-color: #E28C3B;
}
</style>
border-color css
<style>
span { border-color: #E28C3B; }
span { border-color: rgb(226,140,59); }
td.TdClassName
{
border-color: #E28C3B;
}
.TagClassName
{
border-color: #E28C3B;
}
</style>