Shades of California #E48B3C
Tints of California #E48B3C
RGB
CMYK
RGB Variations
Color information
#E48B3C (or 0xE48B3C) is known color: California. HEX triplet: E4, 8B and 3C. RGB value is (228,139,60). Sum of RGB (Red+Green+Blue) = 228+139+60=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B3C is #1B74C3. Grayscale: #9D9D9D. Windows color (decimal): -1799364 or 3967972. OLE color: 3967972.
HSL color Cylindrical-coordinate representation of color #E48B3C: hue angle of 28.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E48B3C is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 60 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.11 |
| HSL | 28.21º | 0.76% | 0.56% | - |
| HSV(B) | 28.21º | 0.74% | 0.89% | - |
| XYZ | 42.04 | 35.29 | 8.87 | - |
| YUV | 156.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 60 | 0 | 0.39 | 0.74 | 0.11 | 28.21 | 0.76 | 0.56 |
| Hex | E4 | 8B | 3C | 0 | 27 | 4A | B | 1C | 4C | 38 |
| Octal | 344 | 213 | 74 | 0 | 47 | 112 | 13 | 34 | 114 | 70 |
| Binary | 11100100 | 10001011 | 111100 | 0 | 100111 | 1001010 | 1011 | 11100 | 1001100 | 111000 |
Color Harmonies of #E48B3C
Complementary color
Monochromatic Colors of #E48B3C
Black with #E48B3C
Text Example
Text Example
White with #E48B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B3C; }
p { color: rgb(228,139,60); }
H1.HeaderClassName
{
color: #E48B3C;
}
.AnyTagClassName
{
color: #E48B3C;
}
</style>
background-color css
<style>
a { background-color: #E48B3C; }
a { background-color: rgb(228,139,60); }
div.DivClassName
{
background-color: #E48B3C;
}
.BgClassName
{
background-color: #E48B3C;
}
</style>
border-color css
<style>
span { border-color: #E48B3C; }
span { border-color: rgb(228,139,60); }
td.TdClassName
{
border-color: #E48B3C;
}
.TagClassName
{
border-color: #E48B3C;
}
</style>