Shades of Yellow Sea #EC9934
Tints of Yellow Sea #EC9934
RGB
CMYK
RGB Variations
Color information
#EC9934 (or 0xEC9934) is known color: Yellow Sea. HEX triplet: EC, 99 and 34. RGB value is (236,153,52). Sum of RGB (Red+Green+Blue) = 236+153+52=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9934 is #1366CB. Grayscale: #A6A6A6. Windows color (decimal): -1271500 or 3447276. OLE color: 3447276.
HSL color Cylindrical-coordinate representation of color #EC9934: hue angle of 32.93º 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 #EC9934 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 52 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.07 |
| HSL | 32.93º | 0.83% | 0.56% | - |
| HSV(B) | 32.93º | 0.78% | 0.93% | - |
| XYZ | 46.6 | 40.86 | 8.68 | - |
| YUV | 166.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 52 | 0 | 0.35 | 0.78 | 0.07 | 32.93 | 0.83 | 0.56 |
| Hex | EC | 99 | 34 | 0 | 23 | 4E | 7 | 21 | 53 | 38 |
| Octal | 354 | 231 | 64 | 0 | 43 | 116 | 7 | 41 | 123 | 70 |
| Binary | 11101100 | 10011001 | 110100 | 0 | 100011 | 1001110 | 111 | 100001 | 1010011 | 111000 |
Color Harmonies of #EC9934
Complementary color
Monochromatic Colors of #EC9934
Black with #EC9934
Text Example
Text Example
White with #EC9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9934; }
p { color: rgb(236,153,52); }
H1.HeaderClassName
{
color: #EC9934;
}
.AnyTagClassName
{
color: #EC9934;
}
</style>
background-color css
<style>
a { background-color: #EC9934; }
a { background-color: rgb(236,153,52); }
div.DivClassName
{
background-color: #EC9934;
}
.BgClassName
{
background-color: #EC9934;
}
</style>
border-color css
<style>
span { border-color: #EC9934; }
span { border-color: rgb(236,153,52); }
td.TdClassName
{
border-color: #EC9934;
}
.TagClassName
{
border-color: #EC9934;
}
</style>