Shades of Yellow Sea #EC9936
Tints of Yellow Sea #EC9936
RGB
CMYK
RGB Variations
Color information
#EC9936 (or 0xEC9936) is known color: Yellow Sea. HEX triplet: EC, 99 and 36. RGB value is (236,153,54). Sum of RGB (Red+Green+Blue) = 236+153+54=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9936 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9936 is #1366C9. Grayscale: #A7A7A7. Windows color (decimal): -1271498 or 3578348. OLE color: 3578348.
HSL color Cylindrical-coordinate representation of color #EC9936: hue angle of 32.64º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC9936 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 54 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.07 |
| HSL | 32.64º | 0.83% | 0.57% | - |
| HSV(B) | 32.64º | 0.77% | 0.93% | - |
| XYZ | 46.65 | 40.88 | 8.92 | - |
| YUV | 166.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 54 | 0 | 0.35 | 0.77 | 0.07 | 32.64 | 0.83 | 0.57 |
| Hex | EC | 99 | 36 | 0 | 23 | 4D | 7 | 21 | 53 | 39 |
| Octal | 354 | 231 | 66 | 0 | 43 | 115 | 7 | 41 | 123 | 71 |
| Binary | 11101100 | 10011001 | 110110 | 0 | 100011 | 1001101 | 111 | 100001 | 1010011 | 111001 |
Color Harmonies of #EC9936
Complementary color
Monochromatic Colors of #EC9936
Black with #EC9936
Text Example
Text Example
White with #EC9936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9936; }
p { color: rgb(236,153,54); }
H1.HeaderClassName
{
color: #EC9936;
}
.AnyTagClassName
{
color: #EC9936;
}
</style>
background-color css
<style>
a { background-color: #EC9936; }
a { background-color: rgb(236,153,54); }
div.DivClassName
{
background-color: #EC9936;
}
.BgClassName
{
background-color: #EC9936;
}
</style>
border-color css
<style>
span { border-color: #EC9936; }
span { border-color: rgb(236,153,54); }
td.TdClassName
{
border-color: #EC9936;
}
.TagClassName
{
border-color: #EC9936;
}
</style>