Shades of Yellow Sea #EF9F2A
Tints of Yellow Sea #EF9F2A
RGB
CMYK
RGB Variations
Color information
#EF9F2A (or 0xEF9F2A) is known color: Yellow Sea. HEX triplet: EF, 9F and 2A. RGB value is (239,159,42). Sum of RGB (Red+Green+Blue) = 239+159+42=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F2A is #1060D5. Grayscale: #AAAAAA. Windows color (decimal): -1073366 or 2793455. OLE color: 2793455.
HSL color Cylindrical-coordinate representation of color #EF9F2A: hue angle of 35.63º 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 #EF9F2A is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 42 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.06 |
| HSL | 35.63º | 0.86% | 0.55% | - |
| HSV(B) | 35.63º | 0.82% | 0.94% | - |
| XYZ | 48.41 | 43.31 | 8 | - |
| YUV | 169.58 | 56 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 42 | 0 | 0.33 | 0.82 | 0.06 | 35.63 | 0.86 | 0.55 |
| Hex | EF | 9F | 2A | 0 | 21 | 52 | 6 | 24 | 56 | 37 |
| Octal | 357 | 237 | 52 | 0 | 41 | 122 | 6 | 44 | 126 | 67 |
| Binary | 11101111 | 10011111 | 101010 | 0 | 100001 | 1010010 | 110 | 100100 | 1010110 | 110111 |
Color Harmonies of #EF9F2A
Complementary color
Monochromatic Colors of #EF9F2A
Black with #EF9F2A
Text Example
Text Example
White with #EF9F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F2A; }
p { color: rgb(239,159,42); }
H1.HeaderClassName
{
color: #EF9F2A;
}
.AnyTagClassName
{
color: #EF9F2A;
}
</style>
background-color css
<style>
a { background-color: #EF9F2A; }
a { background-color: rgb(239,159,42); }
div.DivClassName
{
background-color: #EF9F2A;
}
.BgClassName
{
background-color: #EF9F2A;
}
</style>
border-color css
<style>
span { border-color: #EF9F2A; }
span { border-color: rgb(239,159,42); }
td.TdClassName
{
border-color: #EF9F2A;
}
.TagClassName
{
border-color: #EF9F2A;
}
</style>