Shades of Yellow Sea #EF9F3F
Tints of Yellow Sea #EF9F3F
RGB
CMYK
RGB Variations
Color information
#EF9F3F (or 0xEF9F3F) is known color: Yellow Sea. HEX triplet: EF, 9F and 3F. RGB value is (239,159,63). Sum of RGB (Red+Green+Blue) = 239+159+63=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F3F is #1060C0. Grayscale: #ACACAC. Windows color (decimal): -1073345 or 4169711. OLE color: 4169711.
HSL color Cylindrical-coordinate representation of color #EF9F3F: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF9F3F is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 63 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.06 |
| HSL | 32.73º | 0.85% | 0.59% | - |
| HSV(B) | 32.73º | 0.74% | 0.94% | - |
| XYZ | 48.89 | 43.51 | 10.52 | - |
| YUV | 171.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 63 | 0 | 0.33 | 0.74 | 0.06 | 32.73 | 0.85 | 0.59 |
| Hex | EF | 9F | 3F | 0 | 21 | 4A | 6 | 21 | 55 | 3B |
| Octal | 357 | 237 | 77 | 0 | 41 | 112 | 6 | 41 | 125 | 73 |
| Binary | 11101111 | 10011111 | 111111 | 0 | 100001 | 1001010 | 110 | 100001 | 1010101 | 111011 |
Color Harmonies of #EF9F3F
Complementary color
Monochromatic Colors of #EF9F3F
Black with #EF9F3F
Text Example
Text Example
White with #EF9F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F3F; }
p { color: rgb(239,159,63); }
H1.HeaderClassName
{
color: #EF9F3F;
}
.AnyTagClassName
{
color: #EF9F3F;
}
</style>
background-color css
<style>
a { background-color: #EF9F3F; }
a { background-color: rgb(239,159,63); }
div.DivClassName
{
background-color: #EF9F3F;
}
.BgClassName
{
background-color: #EF9F3F;
}
</style>
border-color css
<style>
span { border-color: #EF9F3F; }
span { border-color: rgb(239,159,63); }
td.TdClassName
{
border-color: #EF9F3F;
}
.TagClassName
{
border-color: #EF9F3F;
}
</style>