Shades of Yellow Sea #EF9F2C
Tints of Yellow Sea #EF9F2C
RGB
CMYK
RGB Variations
Color information
#EF9F2C (or 0xEF9F2C) is known color: Yellow Sea. HEX triplet: EF, 9F and 2C. RGB value is (239,159,44). Sum of RGB (Red+Green+Blue) = 239+159+44=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9F2C is #1060D3. Grayscale: #AAAAAA. Windows color (decimal): -1073364 or 2924527. OLE color: 2924527.
HSL color Cylindrical-coordinate representation of color #EF9F2C: hue angle of 35.38º 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 #EF9F2C is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 44 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.06 |
| HSL | 35.38º | 0.86% | 0.55% | - |
| HSV(B) | 35.38º | 0.82% | 0.94% | - |
| XYZ | 48.45 | 43.33 | 8.19 | - |
| YUV | 169.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 44 | 0 | 0.33 | 0.82 | 0.06 | 35.38 | 0.86 | 0.55 |
| Hex | EF | 9F | 2C | 0 | 21 | 52 | 6 | 23 | 56 | 37 |
| Octal | 357 | 237 | 54 | 0 | 41 | 122 | 6 | 43 | 126 | 67 |
| Binary | 11101111 | 10011111 | 101100 | 0 | 100001 | 1010010 | 110 | 100011 | 1010110 | 110111 |
Color Harmonies of #EF9F2C
Complementary color
Monochromatic Colors of #EF9F2C
Black with #EF9F2C
Text Example
Text Example
White with #EF9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F2C; }
p { color: rgb(239,159,44); }
H1.HeaderClassName
{
color: #EF9F2C;
}
.AnyTagClassName
{
color: #EF9F2C;
}
</style>
background-color css
<style>
a { background-color: #EF9F2C; }
a { background-color: rgb(239,159,44); }
div.DivClassName
{
background-color: #EF9F2C;
}
.BgClassName
{
background-color: #EF9F2C;
}
</style>
border-color css
<style>
span { border-color: #EF9F2C; }
span { border-color: rgb(239,159,44); }
td.TdClassName
{
border-color: #EF9F2C;
}
.TagClassName
{
border-color: #EF9F2C;
}
</style>