Shades of California #E28C38
Tints of California #E28C38
RGB
CMYK
RGB Variations
Color information
#E28C38 (or 0xE28C38) is known color: California. HEX triplet: E2, 8C and 38. RGB value is (226,140,56). Sum of RGB (Red+Green+Blue) = 226+140+56=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C38 is #1D73C7. Grayscale: #9C9C9C. Windows color (decimal): -1930184 or 3706082. OLE color: 3706082.
HSL color Cylindrical-coordinate representation of color #E28C38: hue angle of 29.65º degrees, saturation: 0.75, 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 #E28C38 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 56 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.11 |
| HSL | 29.65º | 0.75% | 0.55% | - |
| HSV(B) | 29.65º | 0.75% | 0.89% | - |
| XYZ | 41.46 | 35.21 | 8.35 | - |
| YUV | 156.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 56 | 0 | 0.38 | 0.75 | 0.11 | 29.65 | 0.75 | 0.55 |
| Hex | E2 | 8C | 38 | 0 | 26 | 4B | B | 1E | 4B | 37 |
| Octal | 342 | 214 | 70 | 0 | 46 | 113 | 13 | 36 | 113 | 67 |
| Binary | 11100010 | 10001100 | 111000 | 0 | 100110 | 1001011 | 1011 | 11110 | 1001011 | 110111 |
Color Harmonies of #E28C38
Complementary color
Monochromatic Colors of #E28C38
Black with #E28C38
Text Example
Text Example
White with #E28C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C38; }
p { color: rgb(226,140,56); }
H1.HeaderClassName
{
color: #E28C38;
}
.AnyTagClassName
{
color: #E28C38;
}
</style>
background-color css
<style>
a { background-color: #E28C38; }
a { background-color: rgb(226,140,56); }
div.DivClassName
{
background-color: #E28C38;
}
.BgClassName
{
background-color: #E28C38;
}
</style>
border-color css
<style>
span { border-color: #E28C38; }
span { border-color: rgb(226,140,56); }
td.TdClassName
{
border-color: #E28C38;
}
.TagClassName
{
border-color: #E28C38;
}
</style>