Shades of Yellow Sea #EC9F36
Tints of Yellow Sea #EC9F36
RGB
CMYK
RGB Variations
Color information
#EC9F36 (or 0xEC9F36) is known color: Yellow Sea. HEX triplet: EC, 9F and 36. RGB value is (236,159,54). Sum of RGB (Red+Green+Blue) = 236+159+54=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F36 is #1360C9. Grayscale: #AAAAAA. Windows color (decimal): -1269962 or 3579884. OLE color: 3579884.
HSL color Cylindrical-coordinate representation of color #EC9F36: hue angle of 34.62º 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 #EC9F36 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 54 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.07 |
| HSL | 34.62º | 0.83% | 0.57% | - |
| HSV(B) | 34.62º | 0.77% | 0.93% | - |
| XYZ | 47.66 | 42.9 | 9.26 | - |
| YUV | 170.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 54 | 0 | 0.33 | 0.77 | 0.07 | 34.62 | 0.83 | 0.57 |
| Hex | EC | 9F | 36 | 0 | 21 | 4D | 7 | 23 | 53 | 39 |
| Octal | 354 | 237 | 66 | 0 | 41 | 115 | 7 | 43 | 123 | 71 |
| Binary | 11101100 | 10011111 | 110110 | 0 | 100001 | 1001101 | 111 | 100011 | 1010011 | 111001 |
Color Harmonies of #EC9F36
Complementary color
Monochromatic Colors of #EC9F36
Black with #EC9F36
Text Example
Text Example
White with #EC9F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F36; }
p { color: rgb(236,159,54); }
H1.HeaderClassName
{
color: #EC9F36;
}
.AnyTagClassName
{
color: #EC9F36;
}
</style>
background-color css
<style>
a { background-color: #EC9F36; }
a { background-color: rgb(236,159,54); }
div.DivClassName
{
background-color: #EC9F36;
}
.BgClassName
{
background-color: #EC9F36;
}
</style>
border-color css
<style>
span { border-color: #EC9F36; }
span { border-color: rgb(236,159,54); }
td.TdClassName
{
border-color: #EC9F36;
}
.TagClassName
{
border-color: #EC9F36;
}
</style>