Shades of Yellow Sea #EF9B37
Tints of Yellow Sea #EF9B37
RGB
CMYK
RGB Variations
Color information
#EF9B37 (or 0xEF9B37) is known color: Yellow Sea. HEX triplet: EF, 9B and 37. RGB value is (239,155,55). Sum of RGB (Red+Green+Blue) = 239+155+55=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9B37 is #1064C8. Grayscale: #A9A9A9. Windows color (decimal): -1074377 or 3644399. OLE color: 3644399.
HSL color Cylindrical-coordinate representation of color #EF9B37: hue angle of 32.61º 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 #EF9B37 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 55 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.06 |
| HSL | 32.61º | 0.85% | 0.58% | - |
| HSV(B) | 32.61º | 0.77% | 0.94% | - |
| XYZ | 48.01 | 42.07 | 9.2 | - |
| YUV | 168.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 55 | 0 | 0.35 | 0.77 | 0.06 | 32.61 | 0.85 | 0.58 |
| Hex | EF | 9B | 37 | 0 | 23 | 4D | 6 | 21 | 55 | 3A |
| Octal | 357 | 233 | 67 | 0 | 43 | 115 | 6 | 41 | 125 | 72 |
| Binary | 11101111 | 10011011 | 110111 | 0 | 100011 | 1001101 | 110 | 100001 | 1010101 | 111010 |
Color Harmonies of #EF9B37
Complementary color
Monochromatic Colors of #EF9B37
Black with #EF9B37
Text Example
Text Example
White with #EF9B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B37; }
p { color: rgb(239,155,55); }
H1.HeaderClassName
{
color: #EF9B37;
}
.AnyTagClassName
{
color: #EF9B37;
}
</style>
background-color css
<style>
a { background-color: #EF9B37; }
a { background-color: rgb(239,155,55); }
div.DivClassName
{
background-color: #EF9B37;
}
.BgClassName
{
background-color: #EF9B37;
}
</style>
border-color css
<style>
span { border-color: #EF9B37; }
span { border-color: rgb(239,155,55); }
td.TdClassName
{
border-color: #EF9B37;
}
.TagClassName
{
border-color: #EF9B37;
}
</style>