Shades of Yellow Sea #ED962F
Tints of Yellow Sea #ED962F
RGB
CMYK
RGB Variations
Color information
#ED962F (or 0xED962F) is known color: Yellow Sea. HEX triplet: ED, 96 and 2F. RGB value is (237,150,47). Sum of RGB (Red+Green+Blue) = 237+150+47=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED962F is #1269D0. Grayscale: #A4A4A4. Windows color (decimal): -1206737 or 3118829. OLE color: 3118829.
HSL color Cylindrical-coordinate representation of color #ED962F: hue angle of 32.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED962F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 47 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.07 |
| HSL | 32.53º | 0.84% | 0.56% | - |
| HSV(B) | 32.53º | 0.8% | 0.93% | - |
| XYZ | 46.34 | 40.02 | 7.97 | - |
| YUV | 164.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 47 | 0 | 0.37 | 0.80 | 0.07 | 32.53 | 0.84 | 0.56 |
| Hex | ED | 96 | 2F | 0 | 25 | 50 | 7 | 21 | 54 | 38 |
| Octal | 355 | 226 | 57 | 0 | 45 | 120 | 7 | 41 | 124 | 70 |
| Binary | 11101101 | 10010110 | 101111 | 0 | 100101 | 1010000 | 111 | 100001 | 1010100 | 111000 |
Color Harmonies of #ED962F
Complementary color
Monochromatic Colors of #ED962F
Black with #ED962F
Text Example
Text Example
White with #ED962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED962F; }
p { color: rgb(237,150,47); }
H1.HeaderClassName
{
color: #ED962F;
}
.AnyTagClassName
{
color: #ED962F;
}
</style>
background-color css
<style>
a { background-color: #ED962F; }
a { background-color: rgb(237,150,47); }
div.DivClassName
{
background-color: #ED962F;
}
.BgClassName
{
background-color: #ED962F;
}
</style>
border-color css
<style>
span { border-color: #ED962F; }
span { border-color: rgb(237,150,47); }
td.TdClassName
{
border-color: #ED962F;
}
.TagClassName
{
border-color: #ED962F;
}
</style>