Shades of California #E58F3D
Tints of California #E58F3D
RGB
CMYK
RGB Variations
Color information
#E58F3D (or 0xE58F3D) is known color: California. HEX triplet: E5, 8F and 3D. RGB value is (229,143,61). Sum of RGB (Red+Green+Blue) = 229+143+61=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58F3D is #1A70C2. Grayscale: #9F9F9F. Windows color (decimal): -1732803 or 4034533. OLE color: 4034533.
HSL color Cylindrical-coordinate representation of color #E58F3D: hue angle of 29.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E58F3D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 61 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.10 |
| HSL | 29.29º | 0.76% | 0.57% | - |
| HSV(B) | 29.29º | 0.73% | 0.9% | - |
| XYZ | 42.98 | 36.64 | 9.22 | - |
| YUV | 159.37 | 72.49 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 61 | 0 | 0.38 | 0.73 | 0.10 | 29.29 | 0.76 | 0.57 |
| Hex | E5 | 8F | 3D | 0 | 26 | 49 | A | 1D | 4C | 39 |
| Octal | 345 | 217 | 75 | 0 | 46 | 111 | 12 | 35 | 114 | 71 |
| Binary | 11100101 | 10001111 | 111101 | 0 | 100110 | 1001001 | 1010 | 11101 | 1001100 | 111001 |
Color Harmonies of #E58F3D
Complementary color
Monochromatic Colors of #E58F3D
Black with #E58F3D
Text Example
Text Example
White with #E58F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F3D; }
p { color: rgb(229,143,61); }
H1.HeaderClassName
{
color: #E58F3D;
}
.AnyTagClassName
{
color: #E58F3D;
}
</style>
background-color css
<style>
a { background-color: #E58F3D; }
a { background-color: rgb(229,143,61); }
div.DivClassName
{
background-color: #E58F3D;
}
.BgClassName
{
background-color: #E58F3D;
}
</style>
border-color css
<style>
span { border-color: #E58F3D; }
span { border-color: rgb(229,143,61); }
td.TdClassName
{
border-color: #E58F3D;
}
.TagClassName
{
border-color: #E58F3D;
}
</style>