Shades of California #E6903E
Tints of California #E6903E
RGB
CMYK
RGB Variations
Color information
#E6903E (or 0xE6903E) is known color: California. HEX triplet: E6, 90 and 3E. RGB value is (230,144,62). Sum of RGB (Red+Green+Blue) = 230+144+62=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6903E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6903E is #196FC1. Grayscale: #A0A0A0. Windows color (decimal): -1667010 or 4100326. OLE color: 4100326.
HSL color Cylindrical-coordinate representation of color #E6903E: hue angle of 29.29º degrees, saturation: 0.77, 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 #E6903E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 62 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.10 |
| HSL | 29.29º | 0.77% | 0.57% | - |
| HSV(B) | 29.29º | 0.73% | 0.9% | - |
| XYZ | 43.48 | 37.12 | 9.43 | - |
| YUV | 160.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 62 | 0 | 0.37 | 0.73 | 0.10 | 29.29 | 0.77 | 0.57 |
| Hex | E6 | 90 | 3E | 0 | 25 | 49 | A | 1D | 4D | 39 |
| Octal | 346 | 220 | 76 | 0 | 45 | 111 | 12 | 35 | 115 | 71 |
| Binary | 11100110 | 10010000 | 111110 | 0 | 100101 | 1001001 | 1010 | 11101 | 1001101 | 111001 |
Color Harmonies of #E6903E
Complementary color
Monochromatic Colors of #E6903E
Black with #E6903E
Text Example
Text Example
White with #E6903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6903E; }
p { color: rgb(230,144,62); }
H1.HeaderClassName
{
color: #E6903E;
}
.AnyTagClassName
{
color: #E6903E;
}
</style>
background-color css
<style>
a { background-color: #E6903E; }
a { background-color: rgb(230,144,62); }
div.DivClassName
{
background-color: #E6903E;
}
.BgClassName
{
background-color: #E6903E;
}
</style>
border-color css
<style>
span { border-color: #E6903E; }
span { border-color: rgb(230,144,62); }
td.TdClassName
{
border-color: #E6903E;
}
.TagClassName
{
border-color: #E6903E;
}
</style>