Shades of California #EC883A
Tints of California #EC883A
RGB
CMYK
RGB Variations
Color information
#EC883A (or 0xEC883A) is known color: California. HEX triplet: EC, 88 and 3A. RGB value is (236,136,58). Sum of RGB (Red+Green+Blue) = 236+136+58=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC883A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC883A is #1377C5. Grayscale: #9D9D9D. Windows color (decimal): -1275846 or 3836140. OLE color: 3836140.
HSL color Cylindrical-coordinate representation of color #EC883A: hue angle of 26.29º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC883A is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 58 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.07 |
| HSL | 26.29º | 0.82% | 0.58% | - |
| HSV(B) | 26.29º | 0.75% | 0.93% | - |
| XYZ | 44.16 | 35.75 | 8.58 | - |
| YUV | 157.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 58 | 0 | 0.42 | 0.75 | 0.07 | 26.29 | 0.82 | 0.58 |
| Hex | EC | 88 | 3A | 0 | 2A | 4B | 7 | 1A | 52 | 3A |
| Octal | 354 | 210 | 72 | 0 | 52 | 113 | 7 | 32 | 122 | 72 |
| Binary | 11101100 | 10001000 | 111010 | 0 | 101010 | 1001011 | 111 | 11010 | 1010010 | 111010 |
Color Harmonies of #EC883A
Complementary color
Monochromatic Colors of #EC883A
Black with #EC883A
Text Example
Text Example
White with #EC883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC883A; }
p { color: rgb(236,136,58); }
H1.HeaderClassName
{
color: #EC883A;
}
.AnyTagClassName
{
color: #EC883A;
}
</style>
background-color css
<style>
a { background-color: #EC883A; }
a { background-color: rgb(236,136,58); }
div.DivClassName
{
background-color: #EC883A;
}
.BgClassName
{
background-color: #EC883A;
}
</style>
border-color css
<style>
span { border-color: #EC883A; }
span { border-color: rgb(236,136,58); }
td.TdClassName
{
border-color: #EC883A;
}
.TagClassName
{
border-color: #EC883A;
}
</style>