Shades of California #EC903F
Tints of California #EC903F
RGB
CMYK
RGB Variations
Color information
#EC903F (or 0xEC903F) is known color: California. HEX triplet: EC, 90 and 3F. RGB value is (236,144,63). Sum of RGB (Red+Green+Blue) = 236+144+63=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC903F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC903F is #136FC0. Grayscale: #A2A2A2. Windows color (decimal): -1273793 or 4165868. OLE color: 4165868.
HSL color Cylindrical-coordinate representation of color #EC903F: hue angle of 28.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC903F is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 63 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 28.09º | 0.82% | 0.59% | - |
| HSV(B) | 28.09º | 0.73% | 0.93% | - |
| XYZ | 45.46 | 38.14 | 9.67 | - |
| YUV | 162.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 63 | 0 | 0.39 | 0.73 | 0.07 | 28.09 | 0.82 | 0.59 |
| Hex | EC | 90 | 3F | 0 | 27 | 49 | 7 | 1C | 52 | 3B |
| Octal | 354 | 220 | 77 | 0 | 47 | 111 | 7 | 34 | 122 | 73 |
| Binary | 11101100 | 10010000 | 111111 | 0 | 100111 | 1001001 | 111 | 11100 | 1010010 | 111011 |
Color Harmonies of #EC903F
Complementary color
Monochromatic Colors of #EC903F
Black with #EC903F
Text Example
Text Example
White with #EC903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC903F; }
p { color: rgb(236,144,63); }
H1.HeaderClassName
{
color: #EC903F;
}
.AnyTagClassName
{
color: #EC903F;
}
</style>
background-color css
<style>
a { background-color: #EC903F; }
a { background-color: rgb(236,144,63); }
div.DivClassName
{
background-color: #EC903F;
}
.BgClassName
{
background-color: #EC903F;
}
</style>
border-color css
<style>
span { border-color: #EC903F; }
span { border-color: rgb(236,144,63); }
td.TdClassName
{
border-color: #EC903F;
}
.TagClassName
{
border-color: #EC903F;
}
</style>