Shades of California #E3903D
Tints of California #E3903D
RGB
CMYK
RGB Variations
Color information
#E3903D (or 0xE3903D) is known color: California. HEX triplet: E3, 90 and 3D. RGB value is (227,144,61). Sum of RGB (Red+Green+Blue) = 227+144+61=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3903D is #1C6FC2. Grayscale: #9F9F9F. Windows color (decimal): -1863619 or 4034787. OLE color: 4034787.
HSL color Cylindrical-coordinate representation of color #E3903D: hue angle of 30º degrees, saturation: 0.75, 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 #E3903D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 61 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.11 |
| HSL | 30º | 0.75% | 0.56% | - |
| HSV(B) | 30º | 0.73% | 0.89% | - |
| XYZ | 42.49 | 36.61 | 9.24 | - |
| YUV | 159.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 61 | 0 | 0.37 | 0.73 | 0.11 | 30 | 0.75 | 0.56 |
| Hex | E3 | 90 | 3D | 0 | 25 | 49 | B | 1E | 4B | 38 |
| Octal | 343 | 220 | 75 | 0 | 45 | 111 | 13 | 36 | 113 | 70 |
| Binary | 11100011 | 10010000 | 111101 | 0 | 100101 | 1001001 | 1011 | 11110 | 1001011 | 111000 |
Color Harmonies of #E3903D
Complementary color
Monochromatic Colors of #E3903D
Black with #E3903D
Text Example
Text Example
White with #E3903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3903D; }
p { color: rgb(227,144,61); }
H1.HeaderClassName
{
color: #E3903D;
}
.AnyTagClassName
{
color: #E3903D;
}
</style>
background-color css
<style>
a { background-color: #E3903D; }
a { background-color: rgb(227,144,61); }
div.DivClassName
{
background-color: #E3903D;
}
.BgClassName
{
background-color: #E3903D;
}
</style>
border-color css
<style>
span { border-color: #E3903D; }
span { border-color: rgb(227,144,61); }
td.TdClassName
{
border-color: #E3903D;
}
.TagClassName
{
border-color: #E3903D;
}
</style>