Shades of California #E18D3B
Tints of California #E18D3B
RGB
CMYK
RGB Variations
Color information
#E18D3B (or 0xE18D3B) is known color: California. HEX triplet: E1, 8D and 3B. RGB value is (225,141,59). Sum of RGB (Red+Green+Blue) = 225+141+59=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D3B is #1E72C4. Grayscale: #9D9D9D. Windows color (decimal): -1995461 or 3902945. OLE color: 3902945.
HSL color Cylindrical-coordinate representation of color #E18D3B: hue angle of 29.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E18D3B is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 59 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.12 |
| HSL | 29.64º | 0.73% | 0.56% | - |
| HSV(B) | 29.64º | 0.74% | 0.88% | - |
| XYZ | 41.37 | 35.37 | 8.79 | - |
| YUV | 156.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 59 | 0 | 0.37 | 0.74 | 0.12 | 29.64 | 0.73 | 0.56 |
| Hex | E1 | 8D | 3B | 0 | 25 | 4A | C | 1E | 49 | 38 |
| Octal | 341 | 215 | 73 | 0 | 45 | 112 | 14 | 36 | 111 | 70 |
| Binary | 11100001 | 10001101 | 111011 | 0 | 100101 | 1001010 | 1100 | 11110 | 1001001 | 111000 |
Color Harmonies of #E18D3B
Complementary color
Monochromatic Colors of #E18D3B
Black with #E18D3B
Text Example
Text Example
White with #E18D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D3B; }
p { color: rgb(225,141,59); }
H1.HeaderClassName
{
color: #E18D3B;
}
.AnyTagClassName
{
color: #E18D3B;
}
</style>
background-color css
<style>
a { background-color: #E18D3B; }
a { background-color: rgb(225,141,59); }
div.DivClassName
{
background-color: #E18D3B;
}
.BgClassName
{
background-color: #E18D3B;
}
</style>
border-color css
<style>
span { border-color: #E18D3B; }
span { border-color: rgb(225,141,59); }
td.TdClassName
{
border-color: #E18D3B;
}
.TagClassName
{
border-color: #E18D3B;
}
</style>