Shades of Yellow Sea #EC9938
Tints of Yellow Sea #EC9938
RGB
CMYK
RGB Variations
Color information
#EC9938 (or 0xEC9938) is known color: Yellow Sea. HEX triplet: EC, 99 and 38. RGB value is (236,153,56). Sum of RGB (Red+Green+Blue) = 236+153+56=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9938 is #1366C7. Grayscale: #A7A7A7. Windows color (decimal): -1271496 or 3709420. OLE color: 3709420.
HSL color Cylindrical-coordinate representation of color #EC9938: hue angle of 32.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC9938 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 56 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.07 |
| HSL | 32.33º | 0.83% | 0.57% | - |
| HSV(B) | 32.33º | 0.76% | 0.93% | - |
| XYZ | 46.7 | 40.9 | 9.17 | - |
| YUV | 166.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 56 | 0 | 0.35 | 0.76 | 0.07 | 32.33 | 0.83 | 0.57 |
| Hex | EC | 99 | 38 | 0 | 23 | 4C | 7 | 20 | 53 | 39 |
| Octal | 354 | 231 | 70 | 0 | 43 | 114 | 7 | 40 | 123 | 71 |
| Binary | 11101100 | 10011001 | 111000 | 0 | 100011 | 1001100 | 111 | 100000 | 1010011 | 111001 |
Color Harmonies of #EC9938
Complementary color
Monochromatic Colors of #EC9938
Black with #EC9938
Text Example
Text Example
White with #EC9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9938; }
p { color: rgb(236,153,56); }
H1.HeaderClassName
{
color: #EC9938;
}
.AnyTagClassName
{
color: #EC9938;
}
</style>
background-color css
<style>
a { background-color: #EC9938; }
a { background-color: rgb(236,153,56); }
div.DivClassName
{
background-color: #EC9938;
}
.BgClassName
{
background-color: #EC9938;
}
</style>
border-color css
<style>
span { border-color: #EC9938; }
span { border-color: rgb(236,153,56); }
td.TdClassName
{
border-color: #EC9938;
}
.TagClassName
{
border-color: #EC9938;
}
</style>