Shades of California #E69337
Tints of California #E69337
RGB
CMYK
RGB Variations
Color information
#E69337 (or 0xE69337) is known color: California. HEX triplet: E6, 93 and 37. RGB value is (230,147,55). Sum of RGB (Red+Green+Blue) = 230+147+55=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E69337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69337 is #196CC8. Grayscale: #A1A1A1. Windows color (decimal): -1666249 or 3642342. OLE color: 3642342.
HSL color Cylindrical-coordinate representation of color #E69337: hue angle of 31.54º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E69337 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 55 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.10 |
| HSL | 31.54º | 0.78% | 0.56% | - |
| HSV(B) | 31.54º | 0.76% | 0.9% | - |
| XYZ | 43.76 | 37.97 | 8.64 | - |
| YUV | 161.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 55 | 0 | 0.36 | 0.76 | 0.10 | 31.54 | 0.78 | 0.56 |
| Hex | E6 | 93 | 37 | 0 | 24 | 4C | A | 20 | 4E | 38 |
| Octal | 346 | 223 | 67 | 0 | 44 | 114 | 12 | 40 | 116 | 70 |
| Binary | 11100110 | 10010011 | 110111 | 0 | 100100 | 1001100 | 1010 | 100000 | 1001110 | 111000 |
Color Harmonies of #E69337
Complementary color
Monochromatic Colors of #E69337
Black with #E69337
Text Example
Text Example
White with #E69337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69337; }
p { color: rgb(230,147,55); }
H1.HeaderClassName
{
color: #E69337;
}
.AnyTagClassName
{
color: #E69337;
}
</style>
background-color css
<style>
a { background-color: #E69337; }
a { background-color: rgb(230,147,55); }
div.DivClassName
{
background-color: #E69337;
}
.BgClassName
{
background-color: #E69337;
}
</style>
border-color css
<style>
span { border-color: #E69337; }
span { border-color: rgb(230,147,55); }
td.TdClassName
{
border-color: #E69337;
}
.TagClassName
{
border-color: #E69337;
}
</style>