Shades of Yellow Sea #EC962F
Tints of Yellow Sea #EC962F
RGB
CMYK
RGB Variations
Color information
#EC962F (or 0xEC962F) is known color: Yellow Sea. HEX triplet: EC, 96 and 2F. RGB value is (236,150,47). Sum of RGB (Red+Green+Blue) = 236+150+47=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC962F is #1369D0. Grayscale: #A4A4A4. Windows color (decimal): -1272273 or 3118828. OLE color: 3118828.
HSL color Cylindrical-coordinate representation of color #EC962F: hue angle of 32.7º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC962F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 47 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.07 |
| HSL | 32.7º | 0.83% | 0.55% | - |
| HSV(B) | 32.7º | 0.8% | 0.93% | - |
| XYZ | 46.01 | 39.85 | 7.96 | - |
| YUV | 163.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 47 | 0 | 0.36 | 0.80 | 0.07 | 32.7 | 0.83 | 0.55 |
| Hex | EC | 96 | 2F | 0 | 24 | 50 | 7 | 21 | 53 | 37 |
| Octal | 354 | 226 | 57 | 0 | 44 | 120 | 7 | 41 | 123 | 67 |
| Binary | 11101100 | 10010110 | 101111 | 0 | 100100 | 1010000 | 111 | 100001 | 1010011 | 110111 |
Color Harmonies of #EC962F
Complementary color
Monochromatic Colors of #EC962F
Black with #EC962F
Text Example
Text Example
White with #EC962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC962F; }
p { color: rgb(236,150,47); }
H1.HeaderClassName
{
color: #EC962F;
}
.AnyTagClassName
{
color: #EC962F;
}
</style>
background-color css
<style>
a { background-color: #EC962F; }
a { background-color: rgb(236,150,47); }
div.DivClassName
{
background-color: #EC962F;
}
.BgClassName
{
background-color: #EC962F;
}
</style>
border-color css
<style>
span { border-color: #EC962F; }
span { border-color: rgb(236,150,47); }
td.TdClassName
{
border-color: #EC962F;
}
.TagClassName
{
border-color: #EC962F;
}
</style>