Shades of California #E59038
Tints of California #E59038
RGB
CMYK
RGB Variations
Color information
#E59038 (or 0xE59038) is known color: California. HEX triplet: E5, 90 and 38. RGB value is (229,144,56). Sum of RGB (Red+Green+Blue) = 229+144+56=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E59038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59038 is #1A6FC7. Grayscale: #9F9F9F. Windows color (decimal): -1732552 or 3707109. OLE color: 3707109.
HSL color Cylindrical-coordinate representation of color #E59038: hue angle of 30.52º degrees, saturation: 0.77, 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 #E59038 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 56 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.10 |
| HSL | 30.52º | 0.77% | 0.56% | - |
| HSV(B) | 30.52º | 0.76% | 0.9% | - |
| XYZ | 43 | 36.89 | 8.6 | - |
| YUV | 159.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 56 | 0 | 0.37 | 0.76 | 0.10 | 30.52 | 0.77 | 0.56 |
| Hex | E5 | 90 | 38 | 0 | 25 | 4C | A | 1F | 4D | 38 |
| Octal | 345 | 220 | 70 | 0 | 45 | 114 | 12 | 37 | 115 | 70 |
| Binary | 11100101 | 10010000 | 111000 | 0 | 100101 | 1001100 | 1010 | 11111 | 1001101 | 111000 |
Color Harmonies of #E59038
Complementary color
Monochromatic Colors of #E59038
Black with #E59038
Text Example
Text Example
White with #E59038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59038; }
p { color: rgb(229,144,56); }
H1.HeaderClassName
{
color: #E59038;
}
.AnyTagClassName
{
color: #E59038;
}
</style>
background-color css
<style>
a { background-color: #E59038; }
a { background-color: rgb(229,144,56); }
div.DivClassName
{
background-color: #E59038;
}
.BgClassName
{
background-color: #E59038;
}
</style>
border-color css
<style>
span { border-color: #E59038; }
span { border-color: rgb(229,144,56); }
td.TdClassName
{
border-color: #E59038;
}
.TagClassName
{
border-color: #E59038;
}
</style>