Shades of Yellow Sea #EC9A31
Tints of Yellow Sea #EC9A31
RGB
CMYK
RGB Variations
Color information
#EC9A31 (or 0xEC9A31) is known color: Yellow Sea. HEX triplet: EC, 9A and 31. RGB value is (236,154,49). Sum of RGB (Red+Green+Blue) = 236+154+49=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9A31 is #1365CE. Grayscale: #A7A7A7. Windows color (decimal): -1271247 or 3250924. OLE color: 3250924.
HSL color Cylindrical-coordinate representation of color #EC9A31: hue angle of 33.69º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC9A31 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 49 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.07 |
| HSL | 33.69º | 0.83% | 0.56% | - |
| HSV(B) | 33.69º | 0.79% | 0.93% | - |
| XYZ | 46.7 | 41.17 | 8.39 | - |
| YUV | 166.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 49 | 0 | 0.35 | 0.79 | 0.07 | 33.69 | 0.83 | 0.56 |
| Hex | EC | 9A | 31 | 0 | 23 | 4F | 7 | 22 | 53 | 38 |
| Octal | 354 | 232 | 61 | 0 | 43 | 117 | 7 | 42 | 123 | 70 |
| Binary | 11101100 | 10011010 | 110001 | 0 | 100011 | 1001111 | 111 | 100010 | 1010011 | 111000 |
Color Harmonies of #EC9A31
Complementary color
Monochromatic Colors of #EC9A31
Black with #EC9A31
Text Example
Text Example
White with #EC9A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A31; }
p { color: rgb(236,154,49); }
H1.HeaderClassName
{
color: #EC9A31;
}
.AnyTagClassName
{
color: #EC9A31;
}
</style>
background-color css
<style>
a { background-color: #EC9A31; }
a { background-color: rgb(236,154,49); }
div.DivClassName
{
background-color: #EC9A31;
}
.BgClassName
{
background-color: #EC9A31;
}
</style>
border-color css
<style>
span { border-color: #EC9A31; }
span { border-color: rgb(236,154,49); }
td.TdClassName
{
border-color: #EC9A31;
}
.TagClassName
{
border-color: #EC9A31;
}
</style>