Shades of Yellow Sea #EF9D37
Tints of Yellow Sea #EF9D37
RGB
CMYK
RGB Variations
Color information
#EF9D37 (or 0xEF9D37) is known color: Yellow Sea. HEX triplet: EF, 9D and 37. RGB value is (239,157,55). Sum of RGB (Red+Green+Blue) = 239+157+55=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D37 is #1062C8. Grayscale: #AAAAAA. Windows color (decimal): -1073865 or 3644911. OLE color: 3644911.
HSL color Cylindrical-coordinate representation of color #EF9D37: hue angle of 33.26º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF9D37 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 55 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.06 |
| HSL | 33.26º | 0.85% | 0.58% | - |
| HSV(B) | 33.26º | 0.77% | 0.94% | - |
| XYZ | 48.34 | 42.74 | 9.32 | - |
| YUV | 169.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 55 | 0 | 0.34 | 0.77 | 0.06 | 33.26 | 0.85 | 0.58 |
| Hex | EF | 9D | 37 | 0 | 22 | 4D | 6 | 21 | 55 | 3A |
| Octal | 357 | 235 | 67 | 0 | 42 | 115 | 6 | 41 | 125 | 72 |
| Binary | 11101111 | 10011101 | 110111 | 0 | 100010 | 1001101 | 110 | 100001 | 1010101 | 111010 |
Color Harmonies of #EF9D37
Complementary color
Monochromatic Colors of #EF9D37
Black with #EF9D37
Text Example
Text Example
White with #EF9D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D37; }
p { color: rgb(239,157,55); }
H1.HeaderClassName
{
color: #EF9D37;
}
.AnyTagClassName
{
color: #EF9D37;
}
</style>
background-color css
<style>
a { background-color: #EF9D37; }
a { background-color: rgb(239,157,55); }
div.DivClassName
{
background-color: #EF9D37;
}
.BgClassName
{
background-color: #EF9D37;
}
</style>
border-color css
<style>
span { border-color: #EF9D37; }
span { border-color: rgb(239,157,55); }
td.TdClassName
{
border-color: #EF9D37;
}
.TagClassName
{
border-color: #EF9D37;
}
</style>