Shades of California #E18B3C
Tints of California #E18B3C
RGB
CMYK
RGB Variations
Color information
#E18B3C (or 0xE18B3C) is known color: California. HEX triplet: E1, 8B and 3C. RGB value is (225,139,60). Sum of RGB (Red+Green+Blue) = 225+139+60=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B3C is #1E74C3. Grayscale: #9C9C9C. Windows color (decimal): -1995972 or 3967969. OLE color: 3967969.
HSL color Cylindrical-coordinate representation of color #E18B3C: hue angle of 28.73º 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 #E18B3C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 60 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.12 |
| HSL | 28.73º | 0.73% | 0.56% | - |
| HSV(B) | 28.73º | 0.73% | 0.88% | - |
| XYZ | 41.1 | 34.8 | 8.83 | - |
| YUV | 155.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 60 | 0 | 0.38 | 0.73 | 0.12 | 28.73 | 0.73 | 0.56 |
| Hex | E1 | 8B | 3C | 0 | 26 | 49 | C | 1D | 49 | 38 |
| Octal | 341 | 213 | 74 | 0 | 46 | 111 | 14 | 35 | 111 | 70 |
| Binary | 11100001 | 10001011 | 111100 | 0 | 100110 | 1001001 | 1100 | 11101 | 1001001 | 111000 |
Color Harmonies of #E18B3C
Complementary color
Monochromatic Colors of #E18B3C
Black with #E18B3C
Text Example
Text Example
White with #E18B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B3C; }
p { color: rgb(225,139,60); }
H1.HeaderClassName
{
color: #E18B3C;
}
.AnyTagClassName
{
color: #E18B3C;
}
</style>
background-color css
<style>
a { background-color: #E18B3C; }
a { background-color: rgb(225,139,60); }
div.DivClassName
{
background-color: #E18B3C;
}
.BgClassName
{
background-color: #E18B3C;
}
</style>
border-color css
<style>
span { border-color: #E18B3C; }
span { border-color: rgb(225,139,60); }
td.TdClassName
{
border-color: #E18B3C;
}
.TagClassName
{
border-color: #E18B3C;
}
</style>