Shades of Yellow Sea #EC9F34
Tints of Yellow Sea #EC9F34
RGB
CMYK
RGB Variations
Color information
#EC9F34 (or 0xEC9F34) is known color: Yellow Sea. HEX triplet: EC, 9F and 34. RGB value is (236,159,52). Sum of RGB (Red+Green+Blue) = 236+159+52=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F34 is #1360CB. Grayscale: #AAAAAA. Windows color (decimal): -1269964 or 3448812. OLE color: 3448812.
HSL color Cylindrical-coordinate representation of color #EC9F34: hue angle of 34.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC9F34 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 52 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.07 |
| HSL | 34.89º | 0.83% | 0.56% | - |
| HSV(B) | 34.89º | 0.78% | 0.93% | - |
| XYZ | 47.61 | 42.88 | 9.02 | - |
| YUV | 169.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 52 | 0 | 0.33 | 0.78 | 0.07 | 34.89 | 0.83 | 0.56 |
| Hex | EC | 9F | 34 | 0 | 21 | 4E | 7 | 23 | 53 | 38 |
| Octal | 354 | 237 | 64 | 0 | 41 | 116 | 7 | 43 | 123 | 70 |
| Binary | 11101100 | 10011111 | 110100 | 0 | 100001 | 1001110 | 111 | 100011 | 1010011 | 111000 |
Color Harmonies of #EC9F34
Complementary color
Monochromatic Colors of #EC9F34
Black with #EC9F34
Text Example
Text Example
White with #EC9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F34; }
p { color: rgb(236,159,52); }
H1.HeaderClassName
{
color: #EC9F34;
}
.AnyTagClassName
{
color: #EC9F34;
}
</style>
background-color css
<style>
a { background-color: #EC9F34; }
a { background-color: rgb(236,159,52); }
div.DivClassName
{
background-color: #EC9F34;
}
.BgClassName
{
background-color: #EC9F34;
}
</style>
border-color css
<style>
span { border-color: #EC9F34; }
span { border-color: rgb(236,159,52); }
td.TdClassName
{
border-color: #EC9F34;
}
.TagClassName
{
border-color: #EC9F34;
}
</style>