Shades of Yellow Sea #EFA040
Tints of Yellow Sea #EFA040
RGB
CMYK
RGB Variations
Color information
#EFA040 (or 0xEFA040) is known color: Yellow Sea. HEX triplet: EF, A0 and 40. RGB value is (239,160,64). Sum of RGB (Red+Green+Blue) = 239+160+64=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA040 is #105FBF. Grayscale: #ADADAD. Windows color (decimal): -1073088 or 4235503. OLE color: 4235503.
HSL color Cylindrical-coordinate representation of color #EFA040: hue angle of 32.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFA040 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 64 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.06 |
| HSL | 32.91º | 0.85% | 0.59% | - |
| HSV(B) | 32.91º | 0.73% | 0.94% | - |
| XYZ | 49.09 | 43.86 | 10.73 | - |
| YUV | 172.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 64 | 0 | 0.33 | 0.73 | 0.06 | 32.91 | 0.85 | 0.59 |
| Hex | EF | A0 | 40 | 0 | 21 | 49 | 6 | 21 | 55 | 3B |
| Octal | 357 | 240 | 100 | 0 | 41 | 111 | 6 | 41 | 125 | 73 |
| Binary | 11101111 | 10100000 | 1000000 | 0 | 100001 | 1001001 | 110 | 100001 | 1010101 | 111011 |
Color Harmonies of #EFA040
Complementary color
Monochromatic Colors of #EFA040
Black with #EFA040
Text Example
Text Example
White with #EFA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA040; }
p { color: rgb(239,160,64); }
H1.HeaderClassName
{
color: #EFA040;
}
.AnyTagClassName
{
color: #EFA040;
}
</style>
background-color css
<style>
a { background-color: #EFA040; }
a { background-color: rgb(239,160,64); }
div.DivClassName
{
background-color: #EFA040;
}
.BgClassName
{
background-color: #EFA040;
}
</style>
border-color css
<style>
span { border-color: #EFA040; }
span { border-color: rgb(239,160,64); }
td.TdClassName
{
border-color: #EFA040;
}
.TagClassName
{
border-color: #EFA040;
}
</style>