Shades of Yellow Sea #EC9F37
Tints of Yellow Sea #EC9F37
RGB
CMYK
RGB Variations
Color information
#EC9F37 (or 0xEC9F37) is known color: Yellow Sea. HEX triplet: EC, 9F and 37. RGB value is (236,159,55). Sum of RGB (Red+Green+Blue) = 236+159+55=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F37 is #1360C8. Grayscale: #AAAAAA. Windows color (decimal): -1269961 or 3645420. OLE color: 3645420.
HSL color Cylindrical-coordinate representation of color #EC9F37: hue angle of 34.48º 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 #EC9F37 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 55 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.07 |
| HSL | 34.48º | 0.83% | 0.57% | - |
| HSV(B) | 34.48º | 0.77% | 0.93% | - |
| XYZ | 47.68 | 42.9 | 9.38 | - |
| YUV | 170.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 55 | 0 | 0.33 | 0.77 | 0.07 | 34.48 | 0.83 | 0.57 |
| Hex | EC | 9F | 37 | 0 | 21 | 4D | 7 | 22 | 53 | 39 |
| Octal | 354 | 237 | 67 | 0 | 41 | 115 | 7 | 42 | 123 | 71 |
| Binary | 11101100 | 10011111 | 110111 | 0 | 100001 | 1001101 | 111 | 100010 | 1010011 | 111001 |
Color Harmonies of #EC9F37
Complementary color
Monochromatic Colors of #EC9F37
Black with #EC9F37
Text Example
Text Example
White with #EC9F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F37; }
p { color: rgb(236,159,55); }
H1.HeaderClassName
{
color: #EC9F37;
}
.AnyTagClassName
{
color: #EC9F37;
}
</style>
background-color css
<style>
a { background-color: #EC9F37; }
a { background-color: rgb(236,159,55); }
div.DivClassName
{
background-color: #EC9F37;
}
.BgClassName
{
background-color: #EC9F37;
}
</style>
border-color css
<style>
span { border-color: #EC9F37; }
span { border-color: rgb(236,159,55); }
td.TdClassName
{
border-color: #EC9F37;
}
.TagClassName
{
border-color: #EC9F37;
}
</style>