Shades of Yellow Sea #EC992C
Tints of Yellow Sea #EC992C
RGB
CMYK
RGB Variations
Color information
#EC992C (or 0xEC992C) is known color: Yellow Sea. HEX triplet: EC, 99 and 2C. RGB value is (236,153,44). Sum of RGB (Red+Green+Blue) = 236+153+44=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC992C is #1366D3. Grayscale: #A5A5A5. Windows color (decimal): -1271508 or 2922988. OLE color: 2922988.
HSL color Cylindrical-coordinate representation of color #EC992C: hue angle of 34.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC992C is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 44 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.07 |
| HSL | 34.06º | 0.83% | 0.55% | - |
| HSV(B) | 34.06º | 0.81% | 0.93% | - |
| XYZ | 46.44 | 40.8 | 7.81 | - |
| YUV | 165.39 | 59.5 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 44 | 0 | 0.35 | 0.81 | 0.07 | 34.06 | 0.83 | 0.55 |
| Hex | EC | 99 | 2C | 0 | 23 | 51 | 7 | 22 | 53 | 37 |
| Octal | 354 | 231 | 54 | 0 | 43 | 121 | 7 | 42 | 123 | 67 |
| Binary | 11101100 | 10011001 | 101100 | 0 | 100011 | 1010001 | 111 | 100010 | 1010011 | 110111 |
Color Harmonies of #EC992C
Complementary color
Monochromatic Colors of #EC992C
Black with #EC992C
Text Example
Text Example
White with #EC992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC992C; }
p { color: rgb(236,153,44); }
H1.HeaderClassName
{
color: #EC992C;
}
.AnyTagClassName
{
color: #EC992C;
}
</style>
background-color css
<style>
a { background-color: #EC992C; }
a { background-color: rgb(236,153,44); }
div.DivClassName
{
background-color: #EC992C;
}
.BgClassName
{
background-color: #EC992C;
}
</style>
border-color css
<style>
span { border-color: #EC992C; }
span { border-color: rgb(236,153,44); }
td.TdClassName
{
border-color: #EC992C;
}
.TagClassName
{
border-color: #EC992C;
}
</style>