Shades of California #E69636
Tints of California #E69636
RGB
CMYK
RGB Variations
Color information
#E69636 (or 0xE69636) is known color: California. HEX triplet: E6, 96 and 36. RGB value is (230,150,54). Sum of RGB (Red+Green+Blue) = 230+150+54=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E69636 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69636 is #1969C9. Grayscale: #A3A3A3. Windows color (decimal): -1665482 or 3577574. OLE color: 3577574.
HSL color Cylindrical-coordinate representation of color #E69636: hue angle of 32.73º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69636 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 54 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.10 |
| HSL | 32.73º | 0.78% | 0.56% | - |
| HSV(B) | 32.73º | 0.77% | 0.9% | - |
| XYZ | 44.21 | 38.9 | 8.67 | - |
| YUV | 162.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 54 | 0 | 0.35 | 0.77 | 0.10 | 32.73 | 0.78 | 0.56 |
| Hex | E6 | 96 | 36 | 0 | 23 | 4D | A | 21 | 4E | 38 |
| Octal | 346 | 226 | 66 | 0 | 43 | 115 | 12 | 41 | 116 | 70 |
| Binary | 11100110 | 10010110 | 110110 | 0 | 100011 | 1001101 | 1010 | 100001 | 1001110 | 111000 |
Color Harmonies of #E69636
Complementary color
Monochromatic Colors of #E69636
Black with #E69636
Text Example
Text Example
White with #E69636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69636; }
p { color: rgb(230,150,54); }
H1.HeaderClassName
{
color: #E69636;
}
.AnyTagClassName
{
color: #E69636;
}
</style>
background-color css
<style>
a { background-color: #E69636; }
a { background-color: rgb(230,150,54); }
div.DivClassName
{
background-color: #E69636;
}
.BgClassName
{
background-color: #E69636;
}
</style>
border-color css
<style>
span { border-color: #E69636; }
span { border-color: rgb(230,150,54); }
td.TdClassName
{
border-color: #E69636;
}
.TagClassName
{
border-color: #E69636;
}
</style>