Shades of California #E28F3C
Tints of California #E28F3C
RGB
CMYK
RGB Variations
Color information
#E28F3C (or 0xE28F3C) is known color: California. HEX triplet: E2, 8F and 3C. RGB value is (226,143,60). Sum of RGB (Red+Green+Blue) = 226+143+60=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28F3C is #1D70C3. Grayscale: #9E9E9E. Windows color (decimal): -1929412 or 3968994. OLE color: 3968994.
HSL color Cylindrical-coordinate representation of color #E28F3C: hue angle of 30º 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 #E28F3C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 60 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.11 |
| HSL | 30º | 0.74% | 0.56% | - |
| HSV(B) | 30º | 0.73% | 0.89% | - |
| XYZ | 42 | 36.14 | 9.04 | - |
| YUV | 158.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 60 | 0 | 0.37 | 0.73 | 0.11 | 30 | 0.74 | 0.56 |
| Hex | E2 | 8F | 3C | 0 | 25 | 49 | B | 1E | 4A | 38 |
| Octal | 342 | 217 | 74 | 0 | 45 | 111 | 13 | 36 | 112 | 70 |
| Binary | 11100010 | 10001111 | 111100 | 0 | 100101 | 1001001 | 1011 | 11110 | 1001010 | 111000 |
Color Harmonies of #E28F3C
Complementary color
Monochromatic Colors of #E28F3C
Black with #E28F3C
Text Example
Text Example
White with #E28F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F3C; }
p { color: rgb(226,143,60); }
H1.HeaderClassName
{
color: #E28F3C;
}
.AnyTagClassName
{
color: #E28F3C;
}
</style>
background-color css
<style>
a { background-color: #E28F3C; }
a { background-color: rgb(226,143,60); }
div.DivClassName
{
background-color: #E28F3C;
}
.BgClassName
{
background-color: #E28F3C;
}
</style>
border-color css
<style>
span { border-color: #E28F3C; }
span { border-color: rgb(226,143,60); }
td.TdClassName
{
border-color: #E28F3C;
}
.TagClassName
{
border-color: #E28F3C;
}
</style>