Shades of Yellow Sea #EF9F41
Tints of Yellow Sea #EF9F41
RGB
CMYK
RGB Variations
Color information
#EF9F41 (or 0xEF9F41) is known color: Yellow Sea. HEX triplet: EF, 9F and 41. RGB value is (239,159,65). Sum of RGB (Red+Green+Blue) = 239+159+65=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F41 is #1060BE. Grayscale: #ACACAC. Windows color (decimal): -1073343 or 4300783. OLE color: 4300783.
HSL color Cylindrical-coordinate representation of color #EF9F41: hue angle of 32.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9F41 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 65 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.06 |
| HSL | 32.41º | 0.84% | 0.6% | - |
| HSV(B) | 32.41º | 0.73% | 0.94% | - |
| XYZ | 48.95 | 43.53 | 10.82 | - |
| YUV | 172.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 65 | 0 | 0.33 | 0.73 | 0.06 | 32.41 | 0.84 | 0.6 |
| Hex | EF | 9F | 41 | 0 | 21 | 49 | 6 | 20 | 54 | 3C |
| Octal | 357 | 237 | 101 | 0 | 41 | 111 | 6 | 40 | 124 | 74 |
| Binary | 11101111 | 10011111 | 1000001 | 0 | 100001 | 1001001 | 110 | 100000 | 1010100 | 111100 |
Color Harmonies of #EF9F41
Complementary color
Monochromatic Colors of #EF9F41
Black with #EF9F41
Text Example
Text Example
White with #EF9F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F41; }
p { color: rgb(239,159,65); }
H1.HeaderClassName
{
color: #EF9F41;
}
.AnyTagClassName
{
color: #EF9F41;
}
</style>
background-color css
<style>
a { background-color: #EF9F41; }
a { background-color: rgb(239,159,65); }
div.DivClassName
{
background-color: #EF9F41;
}
.BgClassName
{
background-color: #EF9F41;
}
</style>
border-color css
<style>
span { border-color: #EF9F41; }
span { border-color: rgb(239,159,65); }
td.TdClassName
{
border-color: #EF9F41;
}
.TagClassName
{
border-color: #EF9F41;
}
</style>