Shades of California #E28D3C
Tints of California #E28D3C
RGB
CMYK
RGB Variations
Color information
#E28D3C (or 0xE28D3C) is known color: California. HEX triplet: E2, 8D and 3C. RGB value is (226,141,60). Sum of RGB (Red+Green+Blue) = 226+141+60=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28D3C is #1D72C3. Grayscale: #9D9D9D. Windows color (decimal): -1929924 or 3968482. OLE color: 3968482.
HSL color Cylindrical-coordinate representation of color #E28D3C: hue angle of 29.28º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E28D3C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 60 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.11 |
| HSL | 29.28º | 0.74% | 0.56% | - |
| HSV(B) | 29.28º | 0.73% | 0.89% | - |
| XYZ | 41.7 | 35.54 | 8.94 | - |
| YUV | 157.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 60 | 0 | 0.38 | 0.73 | 0.11 | 29.28 | 0.74 | 0.56 |
| Hex | E2 | 8D | 3C | 0 | 26 | 49 | B | 1D | 4A | 38 |
| Octal | 342 | 215 | 74 | 0 | 46 | 111 | 13 | 35 | 112 | 70 |
| Binary | 11100010 | 10001101 | 111100 | 0 | 100110 | 1001001 | 1011 | 11101 | 1001010 | 111000 |
Color Harmonies of #E28D3C
Complementary color
Monochromatic Colors of #E28D3C
Black with #E28D3C
Text Example
Text Example
White with #E28D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D3C; }
p { color: rgb(226,141,60); }
H1.HeaderClassName
{
color: #E28D3C;
}
.AnyTagClassName
{
color: #E28D3C;
}
</style>
background-color css
<style>
a { background-color: #E28D3C; }
a { background-color: rgb(226,141,60); }
div.DivClassName
{
background-color: #E28D3C;
}
.BgClassName
{
background-color: #E28D3C;
}
</style>
border-color css
<style>
span { border-color: #E28D3C; }
span { border-color: rgb(226,141,60); }
td.TdClassName
{
border-color: #E28D3C;
}
.TagClassName
{
border-color: #E28D3C;
}
</style>