Shades of Yellow Sea #EC9933
Tints of Yellow Sea #EC9933
RGB
CMYK
RGB Variations
Color information
#EC9933 (or 0xEC9933) is known color: Yellow Sea. HEX triplet: EC, 99 and 33. RGB value is (236,153,51). Sum of RGB (Red+Green+Blue) = 236+153+51=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9933 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9933 is #1366CC. Grayscale: #A6A6A6. Windows color (decimal): -1271501 or 3381740. OLE color: 3381740.
HSL color Cylindrical-coordinate representation of color #EC9933: hue angle of 33.08º 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 #EC9933 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 51 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.07 |
| HSL | 33.08º | 0.83% | 0.56% | - |
| HSV(B) | 33.08º | 0.78% | 0.93% | - |
| XYZ | 46.58 | 40.85 | 8.56 | - |
| YUV | 166.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 51 | 0 | 0.35 | 0.78 | 0.07 | 33.08 | 0.83 | 0.56 |
| Hex | EC | 99 | 33 | 0 | 23 | 4E | 7 | 21 | 53 | 38 |
| Octal | 354 | 231 | 63 | 0 | 43 | 116 | 7 | 41 | 123 | 70 |
| Binary | 11101100 | 10011001 | 110011 | 0 | 100011 | 1001110 | 111 | 100001 | 1010011 | 111000 |
Color Harmonies of #EC9933
Complementary color
Monochromatic Colors of #EC9933
Black with #EC9933
Text Example
Text Example
White with #EC9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9933; }
p { color: rgb(236,153,51); }
H1.HeaderClassName
{
color: #EC9933;
}
.AnyTagClassName
{
color: #EC9933;
}
</style>
background-color css
<style>
a { background-color: #EC9933; }
a { background-color: rgb(236,153,51); }
div.DivClassName
{
background-color: #EC9933;
}
.BgClassName
{
background-color: #EC9933;
}
</style>
border-color css
<style>
span { border-color: #EC9933; }
span { border-color: rgb(236,153,51); }
td.TdClassName
{
border-color: #EC9933;
}
.TagClassName
{
border-color: #EC9933;
}
</style>