Shades of California #E69240
Tints of California #E69240
RGB
CMYK
RGB Variations
Color information
#E69240 (or 0xE69240) is known color: California. HEX triplet: E6, 92 and 40. RGB value is (230,146,64). Sum of RGB (Red+Green+Blue) = 230+146+64=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E69240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69240 is #196DBF. Grayscale: #A2A2A2. Windows color (decimal): -1666496 or 4231910. OLE color: 4231910.
HSL color Cylindrical-coordinate representation of color #E69240: hue angle of 29.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E69240 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 64 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.10 |
| HSL | 29.64º | 0.77% | 0.58% | - |
| HSV(B) | 29.64º | 0.72% | 0.9% | - |
| XYZ | 43.84 | 37.75 | 9.83 | - |
| YUV | 161.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 64 | 0 | 0.37 | 0.72 | 0.10 | 29.64 | 0.77 | 0.58 |
| Hex | E6 | 92 | 40 | 0 | 25 | 48 | A | 1E | 4D | 3A |
| Octal | 346 | 222 | 100 | 0 | 45 | 110 | 12 | 36 | 115 | 72 |
| Binary | 11100110 | 10010010 | 1000000 | 0 | 100101 | 1001000 | 1010 | 11110 | 1001101 | 111010 |
Color Harmonies of #E69240
Complementary color
Monochromatic Colors of #E69240
Black with #E69240
Text Example
Text Example
White with #E69240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69240; }
p { color: rgb(230,146,64); }
H1.HeaderClassName
{
color: #E69240;
}
.AnyTagClassName
{
color: #E69240;
}
</style>
background-color css
<style>
a { background-color: #E69240; }
a { background-color: rgb(230,146,64); }
div.DivClassName
{
background-color: #E69240;
}
.BgClassName
{
background-color: #E69240;
}
</style>
border-color css
<style>
span { border-color: #E69240; }
span { border-color: rgb(230,146,64); }
td.TdClassName
{
border-color: #E69240;
}
.TagClassName
{
border-color: #E69240;
}
</style>