Shades of Yellow Sea #EF9838
Tints of Yellow Sea #EF9838
RGB
CMYK
RGB Variations
Color information
#EF9838 (or 0xEF9838) is known color: Yellow Sea. HEX triplet: EF, 98 and 38. RGB value is (239,152,56). Sum of RGB (Red+Green+Blue) = 239+152+56=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9838 is #1067C7. Grayscale: #A7A7A7. Windows color (decimal): -1075144 or 3709167. OLE color: 3709167.
HSL color Cylindrical-coordinate representation of color #EF9838: hue angle of 31.48º 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 #EF9838 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 56 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.06 |
| HSL | 31.48º | 0.85% | 0.58% | - |
| HSV(B) | 31.48º | 0.77% | 0.94% | - |
| XYZ | 47.54 | 41.09 | 9.17 | - |
| YUV | 167.07 | 65.32 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 56 | 0 | 0.36 | 0.77 | 0.06 | 31.48 | 0.85 | 0.58 |
| Hex | EF | 98 | 38 | 0 | 24 | 4D | 6 | 1F | 55 | 3A |
| Octal | 357 | 230 | 70 | 0 | 44 | 115 | 6 | 37 | 125 | 72 |
| Binary | 11101111 | 10011000 | 111000 | 0 | 100100 | 1001101 | 110 | 11111 | 1010101 | 111010 |
Color Harmonies of #EF9838
Complementary color
Monochromatic Colors of #EF9838
Black with #EF9838
Text Example
Text Example
White with #EF9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9838; }
p { color: rgb(239,152,56); }
H1.HeaderClassName
{
color: #EF9838;
}
.AnyTagClassName
{
color: #EF9838;
}
</style>
background-color css
<style>
a { background-color: #EF9838; }
a { background-color: rgb(239,152,56); }
div.DivClassName
{
background-color: #EF9838;
}
.BgClassName
{
background-color: #EF9838;
}
</style>
border-color css
<style>
span { border-color: #EF9838; }
span { border-color: rgb(239,152,56); }
td.TdClassName
{
border-color: #EF9838;
}
.TagClassName
{
border-color: #EF9838;
}
</style>