Shades of Yellow Sea #EC9834
Tints of Yellow Sea #EC9834
RGB
CMYK
RGB Variations
Color information
#EC9834 (or 0xEC9834) is known color: Yellow Sea. HEX triplet: EC, 98 and 34. RGB value is (236,152,52). Sum of RGB (Red+Green+Blue) = 236+152+52=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9834 is #1367CB. Grayscale: #A6A6A6. Windows color (decimal): -1271756 or 3447020. OLE color: 3447020.
HSL color Cylindrical-coordinate representation of color #EC9834: hue angle of 32.61º 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 #EC9834 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 52 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.07 |
| HSL | 32.61º | 0.83% | 0.56% | - |
| HSV(B) | 32.61º | 0.78% | 0.93% | - |
| XYZ | 46.44 | 40.54 | 8.63 | - |
| YUV | 165.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 52 | 0 | 0.36 | 0.78 | 0.07 | 32.61 | 0.83 | 0.56 |
| Hex | EC | 98 | 34 | 0 | 24 | 4E | 7 | 21 | 53 | 38 |
| Octal | 354 | 230 | 64 | 0 | 44 | 116 | 7 | 41 | 123 | 70 |
| Binary | 11101100 | 10011000 | 110100 | 0 | 100100 | 1001110 | 111 | 100001 | 1010011 | 111000 |
Color Harmonies of #EC9834
Complementary color
Monochromatic Colors of #EC9834
Black with #EC9834
Text Example
Text Example
White with #EC9834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9834; }
p { color: rgb(236,152,52); }
H1.HeaderClassName
{
color: #EC9834;
}
.AnyTagClassName
{
color: #EC9834;
}
</style>
background-color css
<style>
a { background-color: #EC9834; }
a { background-color: rgb(236,152,52); }
div.DivClassName
{
background-color: #EC9834;
}
.BgClassName
{
background-color: #EC9834;
}
</style>
border-color css
<style>
span { border-color: #EC9834; }
span { border-color: rgb(236,152,52); }
td.TdClassName
{
border-color: #EC9834;
}
.TagClassName
{
border-color: #EC9834;
}
</style>