Shades of California #E5903E
Tints of California #E5903E
RGB
CMYK
RGB Variations
Color information
#E5903E (or 0xE5903E) is known color: California. HEX triplet: E5, 90 and 3E. RGB value is (229,144,62). Sum of RGB (Red+Green+Blue) = 229+144+62=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5903E is #1A6FC1. Grayscale: #A0A0A0. Windows color (decimal): -1732546 or 4100325. OLE color: 4100325.
HSL color Cylindrical-coordinate representation of color #E5903E: hue angle of 29.46º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5903E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 62 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.10 |
| HSL | 29.46º | 0.76% | 0.57% | - |
| HSV(B) | 29.46º | 0.73% | 0.9% | - |
| XYZ | 43.16 | 36.95 | 9.42 | - |
| YUV | 160.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 62 | 0 | 0.37 | 0.73 | 0.10 | 29.46 | 0.76 | 0.57 |
| Hex | E5 | 90 | 3E | 0 | 25 | 49 | A | 1D | 4C | 39 |
| Octal | 345 | 220 | 76 | 0 | 45 | 111 | 12 | 35 | 114 | 71 |
| Binary | 11100101 | 10010000 | 111110 | 0 | 100101 | 1001001 | 1010 | 11101 | 1001100 | 111001 |
Color Harmonies of #E5903E
Complementary color
Monochromatic Colors of #E5903E
Black with #E5903E
Text Example
Text Example
White with #E5903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5903E; }
p { color: rgb(229,144,62); }
H1.HeaderClassName
{
color: #E5903E;
}
.AnyTagClassName
{
color: #E5903E;
}
</style>
background-color css
<style>
a { background-color: #E5903E; }
a { background-color: rgb(229,144,62); }
div.DivClassName
{
background-color: #E5903E;
}
.BgClassName
{
background-color: #E5903E;
}
</style>
border-color css
<style>
span { border-color: #E5903E; }
span { border-color: rgb(229,144,62); }
td.TdClassName
{
border-color: #E5903E;
}
.TagClassName
{
border-color: #E5903E;
}
</style>