Shades of California #EC8532
Tints of California #EC8532
RGB
CMYK
RGB Variations
Color information
#EC8532 (or 0xEC8532) is known color: California. HEX triplet: EC, 85 and 32. RGB value is (236,133,50). Sum of RGB (Red+Green+Blue) = 236+133+50=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8532 is #137ACD. Grayscale: #9A9A9A. Windows color (decimal): -1276622 or 3311084. OLE color: 3311084.
HSL color Cylindrical-coordinate representation of color #EC8532: hue angle of 26.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC8532 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 50 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.07 |
| HSL | 26.77º | 0.83% | 0.56% | - |
| HSV(B) | 26.77º | 0.79% | 0.93% | - |
| XYZ | 43.56 | 34.84 | 7.45 | - |
| YUV | 154.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 50 | 0 | 0.44 | 0.79 | 0.07 | 26.77 | 0.83 | 0.56 |
| Hex | EC | 85 | 32 | 0 | 2C | 4F | 7 | 1B | 53 | 38 |
| Octal | 354 | 205 | 62 | 0 | 54 | 117 | 7 | 33 | 123 | 70 |
| Binary | 11101100 | 10000101 | 110010 | 0 | 101100 | 1001111 | 111 | 11011 | 1010011 | 111000 |
Color Harmonies of #EC8532
Complementary color
Monochromatic Colors of #EC8532
Black with #EC8532
Text Example
Text Example
White with #EC8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8532; }
p { color: rgb(236,133,50); }
H1.HeaderClassName
{
color: #EC8532;
}
.AnyTagClassName
{
color: #EC8532;
}
</style>
background-color css
<style>
a { background-color: #EC8532; }
a { background-color: rgb(236,133,50); }
div.DivClassName
{
background-color: #EC8532;
}
.BgClassName
{
background-color: #EC8532;
}
</style>
border-color css
<style>
span { border-color: #EC8532; }
span { border-color: rgb(236,133,50); }
td.TdClassName
{
border-color: #EC8532;
}
.TagClassName
{
border-color: #EC8532;
}
</style>