Shades of California #E28A36
Tints of California #E28A36
RGB
CMYK
RGB Variations
Color information
#E28A36 (or 0xE28A36) is known color: California. HEX triplet: E2, 8A and 36. RGB value is (226,138,54). Sum of RGB (Red+Green+Blue) = 226+138+54=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28A36 is #1D75C9. Grayscale: #9B9B9B. Windows color (decimal): -1930698 or 3574498. OLE color: 3574498.
HSL color Cylindrical-coordinate representation of color #E28A36: hue angle of 29.3º 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 #E28A36 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 54 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.11 |
| HSL | 29.3º | 0.75% | 0.55% | - |
| HSV(B) | 29.3º | 0.76% | 0.89% | - |
| XYZ | 41.12 | 34.61 | 8 | - |
| YUV | 154.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 54 | 0 | 0.39 | 0.76 | 0.11 | 29.3 | 0.75 | 0.55 |
| Hex | E2 | 8A | 36 | 0 | 27 | 4C | B | 1D | 4B | 37 |
| Octal | 342 | 212 | 66 | 0 | 47 | 114 | 13 | 35 | 113 | 67 |
| Binary | 11100010 | 10001010 | 110110 | 0 | 100111 | 1001100 | 1011 | 11101 | 1001011 | 110111 |
Color Harmonies of #E28A36
Complementary color
Monochromatic Colors of #E28A36
Black with #E28A36
Text Example
Text Example
White with #E28A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A36; }
p { color: rgb(226,138,54); }
H1.HeaderClassName
{
color: #E28A36;
}
.AnyTagClassName
{
color: #E28A36;
}
</style>
background-color css
<style>
a { background-color: #E28A36; }
a { background-color: rgb(226,138,54); }
div.DivClassName
{
background-color: #E28A36;
}
.BgClassName
{
background-color: #E28A36;
}
</style>
border-color css
<style>
span { border-color: #E28A36; }
span { border-color: rgb(226,138,54); }
td.TdClassName
{
border-color: #E28A36;
}
.TagClassName
{
border-color: #E28A36;
}
</style>