Shades of Yellow Sea #EF982C
Tints of Yellow Sea #EF982C
RGB
CMYK
RGB Variations
Color information
#EF982C (or 0xEF982C) is known color: Yellow Sea. HEX triplet: EF, 98 and 2C. RGB value is (239,152,44). Sum of RGB (Red+Green+Blue) = 239+152+44=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF982C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF982C is #1067D3. Grayscale: #A6A6A6. Windows color (decimal): -1075156 or 2922735. OLE color: 2922735.
HSL color Cylindrical-coordinate representation of color #EF982C: hue angle of 33.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF982C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 44 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.06 |
| HSL | 33.23º | 0.86% | 0.55% | - |
| HSV(B) | 33.23º | 0.82% | 0.94% | - |
| XYZ | 47.28 | 40.99 | 7.8 | - |
| YUV | 165.7 | 59.32 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 44 | 0 | 0.36 | 0.82 | 0.06 | 33.23 | 0.86 | 0.55 |
| Hex | EF | 98 | 2C | 0 | 24 | 52 | 6 | 21 | 56 | 37 |
| Octal | 357 | 230 | 54 | 0 | 44 | 122 | 6 | 41 | 126 | 67 |
| Binary | 11101111 | 10011000 | 101100 | 0 | 100100 | 1010010 | 110 | 100001 | 1010110 | 110111 |
Color Harmonies of #EF982C
Complementary color
Monochromatic Colors of #EF982C
Black with #EF982C
Text Example
Text Example
White with #EF982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF982C; }
p { color: rgb(239,152,44); }
H1.HeaderClassName
{
color: #EF982C;
}
.AnyTagClassName
{
color: #EF982C;
}
</style>
background-color css
<style>
a { background-color: #EF982C; }
a { background-color: rgb(239,152,44); }
div.DivClassName
{
background-color: #EF982C;
}
.BgClassName
{
background-color: #EF982C;
}
</style>
border-color css
<style>
span { border-color: #EF982C; }
span { border-color: rgb(239,152,44); }
td.TdClassName
{
border-color: #EF982C;
}
.TagClassName
{
border-color: #EF982C;
}
</style>