Shades of California #E69037
Tints of California #E69037
RGB
CMYK
RGB Variations
Color information
#E69037 (or 0xE69037) is known color: California. HEX triplet: E6, 90 and 37. RGB value is (230,144,55). Sum of RGB (Red+Green+Blue) = 230+144+55=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E69037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69037 is #196FC8. Grayscale: #A0A0A0. Windows color (decimal): -1667017 or 3641574. OLE color: 3641574.
HSL color Cylindrical-coordinate representation of color #E69037: hue angle of 30.51º 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 #E69037 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 55 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.10 |
| HSL | 30.51º | 0.78% | 0.56% | - |
| HSV(B) | 30.51º | 0.76% | 0.9% | - |
| XYZ | 43.3 | 37.05 | 8.48 | - |
| YUV | 159.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 55 | 0 | 0.37 | 0.76 | 0.10 | 30.51 | 0.78 | 0.56 |
| Hex | E6 | 90 | 37 | 0 | 25 | 4C | A | 1F | 4E | 38 |
| Octal | 346 | 220 | 67 | 0 | 45 | 114 | 12 | 37 | 116 | 70 |
| Binary | 11100110 | 10010000 | 110111 | 0 | 100101 | 1001100 | 1010 | 11111 | 1001110 | 111000 |
Color Harmonies of #E69037
Complementary color
Monochromatic Colors of #E69037
Black with #E69037
Text Example
Text Example
White with #E69037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69037; }
p { color: rgb(230,144,55); }
H1.HeaderClassName
{
color: #E69037;
}
.AnyTagClassName
{
color: #E69037;
}
</style>
background-color css
<style>
a { background-color: #E69037; }
a { background-color: rgb(230,144,55); }
div.DivClassName
{
background-color: #E69037;
}
.BgClassName
{
background-color: #E69037;
}
</style>
border-color css
<style>
span { border-color: #E69037; }
span { border-color: rgb(230,144,55); }
td.TdClassName
{
border-color: #E69037;
}
.TagClassName
{
border-color: #E69037;
}
</style>