Shades of Yellow Sea #EC9F2B
Tints of Yellow Sea #EC9F2B
RGB
CMYK
RGB Variations
Color information
#EC9F2B (or 0xEC9F2B) is known color: Yellow Sea. HEX triplet: EC, 9F and 2B. RGB value is (236,159,43). Sum of RGB (Red+Green+Blue) = 236+159+43=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F2B is #1360D4. Grayscale: #A9A9A9. Windows color (decimal): -1269973 or 2858988. OLE color: 2858988.
HSL color Cylindrical-coordinate representation of color #EC9F2B: hue angle of 36.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC9F2B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 43 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.07 |
| HSL | 36.06º | 0.84% | 0.55% | - |
| HSV(B) | 36.06º | 0.82% | 0.93% | - |
| XYZ | 47.43 | 42.8 | 8.05 | - |
| YUV | 168.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 43 | 0 | 0.33 | 0.82 | 0.07 | 36.06 | 0.84 | 0.55 |
| Hex | EC | 9F | 2B | 0 | 21 | 52 | 7 | 24 | 54 | 37 |
| Octal | 354 | 237 | 53 | 0 | 41 | 122 | 7 | 44 | 124 | 67 |
| Binary | 11101100 | 10011111 | 101011 | 0 | 100001 | 1010010 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #EC9F2B
Complementary color
Monochromatic Colors of #EC9F2B
Black with #EC9F2B
Text Example
Text Example
White with #EC9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F2B; }
p { color: rgb(236,159,43); }
H1.HeaderClassName
{
color: #EC9F2B;
}
.AnyTagClassName
{
color: #EC9F2B;
}
</style>
background-color css
<style>
a { background-color: #EC9F2B; }
a { background-color: rgb(236,159,43); }
div.DivClassName
{
background-color: #EC9F2B;
}
.BgClassName
{
background-color: #EC9F2B;
}
</style>
border-color css
<style>
span { border-color: #EC9F2B; }
span { border-color: rgb(236,159,43); }
td.TdClassName
{
border-color: #EC9F2B;
}
.TagClassName
{
border-color: #EC9F2B;
}
</style>