Shades of California #E59231
Tints of California #E59231
RGB
CMYK
RGB Variations
Color information
#E59231 (or 0xE59231) is known color: California. HEX triplet: E5, 92 and 31. RGB value is (229,146,49). Sum of RGB (Red+Green+Blue) = 229+146+49=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E59231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59231 is #1A6DCE. Grayscale: #A0A0A0. Windows color (decimal): -1732047 or 3248869. OLE color: 3248869.
HSL color Cylindrical-coordinate representation of color #E59231: hue angle of 32.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E59231 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 49 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.10 |
| HSL | 32.33º | 0.78% | 0.55% | - |
| HSV(B) | 32.33º | 0.79% | 0.9% | - |
| XYZ | 43.15 | 37.44 | 7.86 | - |
| YUV | 159.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 49 | 0 | 0.36 | 0.79 | 0.10 | 32.33 | 0.78 | 0.55 |
| Hex | E5 | 92 | 31 | 0 | 24 | 4F | A | 20 | 4E | 37 |
| Octal | 345 | 222 | 61 | 0 | 44 | 117 | 12 | 40 | 116 | 67 |
| Binary | 11100101 | 10010010 | 110001 | 0 | 100100 | 1001111 | 1010 | 100000 | 1001110 | 110111 |
Color Harmonies of #E59231
Complementary color
Monochromatic Colors of #E59231
Black with #E59231
Text Example
Text Example
White with #E59231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59231; }
p { color: rgb(229,146,49); }
H1.HeaderClassName
{
color: #E59231;
}
.AnyTagClassName
{
color: #E59231;
}
</style>
background-color css
<style>
a { background-color: #E59231; }
a { background-color: rgb(229,146,49); }
div.DivClassName
{
background-color: #E59231;
}
.BgClassName
{
background-color: #E59231;
}
</style>
border-color css
<style>
span { border-color: #E59231; }
span { border-color: rgb(229,146,49); }
td.TdClassName
{
border-color: #E59231;
}
.TagClassName
{
border-color: #E59231;
}
</style>