Shades of California #E2903B
Tints of California #E2903B
RGB
CMYK
RGB Variations
Color information
#E2903B (or 0xE2903B) is known color: California. HEX triplet: E2, 90 and 3B. RGB value is (226,144,59). Sum of RGB (Red+Green+Blue) = 226+144+59=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2903B is #1D6FC4. Grayscale: #9F9F9F. Windows color (decimal): -1929157 or 3903714. OLE color: 3903714.
HSL color Cylindrical-coordinate representation of color #E2903B: hue angle of 30.54º 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 #E2903B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 59 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.11 |
| HSL | 30.54º | 0.74% | 0.56% | - |
| HSV(B) | 30.54º | 0.74% | 0.89% | - |
| XYZ | 42.13 | 36.43 | 8.95 | - |
| YUV | 158.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 59 | 0 | 0.36 | 0.74 | 0.11 | 30.54 | 0.74 | 0.56 |
| Hex | E2 | 90 | 3B | 0 | 24 | 4A | B | 1F | 4A | 38 |
| Octal | 342 | 220 | 73 | 0 | 44 | 112 | 13 | 37 | 112 | 70 |
| Binary | 11100010 | 10010000 | 111011 | 0 | 100100 | 1001010 | 1011 | 11111 | 1001010 | 111000 |
Color Harmonies of #E2903B
Complementary color
Monochromatic Colors of #E2903B
Black with #E2903B
Text Example
Text Example
White with #E2903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2903B; }
p { color: rgb(226,144,59); }
H1.HeaderClassName
{
color: #E2903B;
}
.AnyTagClassName
{
color: #E2903B;
}
</style>
background-color css
<style>
a { background-color: #E2903B; }
a { background-color: rgb(226,144,59); }
div.DivClassName
{
background-color: #E2903B;
}
.BgClassName
{
background-color: #E2903B;
}
</style>
border-color css
<style>
span { border-color: #E2903B; }
span { border-color: rgb(226,144,59); }
td.TdClassName
{
border-color: #E2903B;
}
.TagClassName
{
border-color: #E2903B;
}
</style>