Shades of Yellow Sea #EC9A36
Tints of Yellow Sea #EC9A36
RGB
CMYK
RGB Variations
Color information
#EC9A36 (or 0xEC9A36) is known color: Yellow Sea. HEX triplet: EC, 9A and 36. RGB value is (236,154,54). Sum of RGB (Red+Green+Blue) = 236+154+54=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A36 is #1365C9. Grayscale: #A7A7A7. Windows color (decimal): -1271242 or 3578604. OLE color: 3578604.
HSL color Cylindrical-coordinate representation of color #EC9A36: hue angle of 32.97º 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 #EC9A36 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 54 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.07 |
| HSL | 32.97º | 0.83% | 0.57% | - |
| HSV(B) | 32.97º | 0.77% | 0.93% | - |
| XYZ | 46.81 | 41.21 | 8.98 | - |
| YUV | 167.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 54 | 0 | 0.35 | 0.77 | 0.07 | 32.97 | 0.83 | 0.57 |
| Hex | EC | 9A | 36 | 0 | 23 | 4D | 7 | 21 | 53 | 39 |
| Octal | 354 | 232 | 66 | 0 | 43 | 115 | 7 | 41 | 123 | 71 |
| Binary | 11101100 | 10011010 | 110110 | 0 | 100011 | 1001101 | 111 | 100001 | 1010011 | 111001 |
Color Harmonies of #EC9A36
Complementary color
Monochromatic Colors of #EC9A36
Black with #EC9A36
Text Example
Text Example
White with #EC9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A36; }
p { color: rgb(236,154,54); }
H1.HeaderClassName
{
color: #EC9A36;
}
.AnyTagClassName
{
color: #EC9A36;
}
</style>
background-color css
<style>
a { background-color: #EC9A36; }
a { background-color: rgb(236,154,54); }
div.DivClassName
{
background-color: #EC9A36;
}
.BgClassName
{
background-color: #EC9A36;
}
</style>
border-color css
<style>
span { border-color: #EC9A36; }
span { border-color: rgb(236,154,54); }
td.TdClassName
{
border-color: #EC9A36;
}
.TagClassName
{
border-color: #EC9A36;
}
</style>