Shades of Yellow Sea #EF9938
Tints of Yellow Sea #EF9938
RGB
CMYK
RGB Variations
Color information
#EF9938 (or 0xEF9938) is known color: Yellow Sea. HEX triplet: EF, 99 and 38. RGB value is (239,153,56). Sum of RGB (Red+Green+Blue) = 239+153+56=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9938 is #1066C7. Grayscale: #A8A8A8. Windows color (decimal): -1074888 or 3709423. OLE color: 3709423.
HSL color Cylindrical-coordinate representation of color #EF9938: hue angle of 31.8º 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 #EF9938 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 56 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.06 |
| HSL | 31.8º | 0.85% | 0.58% | - |
| HSV(B) | 31.8º | 0.77% | 0.94% | - |
| XYZ | 47.7 | 41.42 | 9.22 | - |
| YUV | 167.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 56 | 0 | 0.36 | 0.77 | 0.06 | 31.8 | 0.85 | 0.58 |
| Hex | EF | 99 | 38 | 0 | 24 | 4D | 6 | 20 | 55 | 3A |
| Octal | 357 | 231 | 70 | 0 | 44 | 115 | 6 | 40 | 125 | 72 |
| Binary | 11101111 | 10011001 | 111000 | 0 | 100100 | 1001101 | 110 | 100000 | 1010101 | 111010 |
Color Harmonies of #EF9938
Complementary color
Monochromatic Colors of #EF9938
Black with #EF9938
Text Example
Text Example
White with #EF9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9938; }
p { color: rgb(239,153,56); }
H1.HeaderClassName
{
color: #EF9938;
}
.AnyTagClassName
{
color: #EF9938;
}
</style>
background-color css
<style>
a { background-color: #EF9938; }
a { background-color: rgb(239,153,56); }
div.DivClassName
{
background-color: #EF9938;
}
.BgClassName
{
background-color: #EF9938;
}
</style>
border-color css
<style>
span { border-color: #EF9938; }
span { border-color: rgb(239,153,56); }
td.TdClassName
{
border-color: #EF9938;
}
.TagClassName
{
border-color: #EF9938;
}
</style>