Shades of California #E18C3C
Tints of California #E18C3C
RGB
CMYK
RGB Variations
Color information
#E18C3C (or 0xE18C3C) is known color: California. HEX triplet: E1, 8C and 3C. RGB value is (225,140,60). Sum of RGB (Red+Green+Blue) = 225+140+60=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C3C is #1E73C3. Grayscale: #9C9C9C. Windows color (decimal): -1995716 or 3968225. OLE color: 3968225.
HSL color Cylindrical-coordinate representation of color #E18C3C: hue angle of 29.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E18C3C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 60 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.12 |
| HSL | 29.09º | 0.73% | 0.56% | - |
| HSV(B) | 29.09º | 0.73% | 0.88% | - |
| XYZ | 41.25 | 35.09 | 8.87 | - |
| YUV | 156.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 60 | 0 | 0.38 | 0.73 | 0.12 | 29.09 | 0.73 | 0.56 |
| Hex | E1 | 8C | 3C | 0 | 26 | 49 | C | 1D | 49 | 38 |
| Octal | 341 | 214 | 74 | 0 | 46 | 111 | 14 | 35 | 111 | 70 |
| Binary | 11100001 | 10001100 | 111100 | 0 | 100110 | 1001001 | 1100 | 11101 | 1001001 | 111000 |
Color Harmonies of #E18C3C
Complementary color
Monochromatic Colors of #E18C3C
Black with #E18C3C
Text Example
Text Example
White with #E18C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C3C; }
p { color: rgb(225,140,60); }
H1.HeaderClassName
{
color: #E18C3C;
}
.AnyTagClassName
{
color: #E18C3C;
}
</style>
background-color css
<style>
a { background-color: #E18C3C; }
a { background-color: rgb(225,140,60); }
div.DivClassName
{
background-color: #E18C3C;
}
.BgClassName
{
background-color: #E18C3C;
}
</style>
border-color css
<style>
span { border-color: #E18C3C; }
span { border-color: rgb(225,140,60); }
td.TdClassName
{
border-color: #E18C3C;
}
.TagClassName
{
border-color: #E18C3C;
}
</style>