Shades of Yellow Sea #EF982F
Tints of Yellow Sea #EF982F
RGB
CMYK
RGB Variations
Color information
#EF982F (or 0xEF982F) is known color: Yellow Sea. HEX triplet: EF, 98 and 2F. RGB value is (239,152,47). Sum of RGB (Red+Green+Blue) = 239+152+47=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF982F is #1067D0. Grayscale: #A6A6A6. Windows color (decimal): -1075153 or 3119343. OLE color: 3119343.
HSL color Cylindrical-coordinate representation of color #EF982F: hue angle of 32.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF982F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 47 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.06 |
| HSL | 32.81º | 0.86% | 0.56% | - |
| HSV(B) | 32.81º | 0.8% | 0.94% | - |
| XYZ | 47.34 | 41.01 | 8.11 | - |
| YUV | 166.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 47 | 0 | 0.36 | 0.80 | 0.06 | 32.81 | 0.86 | 0.56 |
| Hex | EF | 98 | 2F | 0 | 24 | 50 | 6 | 21 | 56 | 38 |
| Octal | 357 | 230 | 57 | 0 | 44 | 120 | 6 | 41 | 126 | 70 |
| Binary | 11101111 | 10011000 | 101111 | 0 | 100100 | 1010000 | 110 | 100001 | 1010110 | 111000 |
Color Harmonies of #EF982F
Complementary color
Monochromatic Colors of #EF982F
Black with #EF982F
Text Example
Text Example
White with #EF982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF982F; }
p { color: rgb(239,152,47); }
H1.HeaderClassName
{
color: #EF982F;
}
.AnyTagClassName
{
color: #EF982F;
}
</style>
background-color css
<style>
a { background-color: #EF982F; }
a { background-color: rgb(239,152,47); }
div.DivClassName
{
background-color: #EF982F;
}
.BgClassName
{
background-color: #EF982F;
}
</style>
border-color css
<style>
span { border-color: #EF982F; }
span { border-color: rgb(239,152,47); }
td.TdClassName
{
border-color: #EF982F;
}
.TagClassName
{
border-color: #EF982F;
}
</style>