Shades of Yellow Sea #EFA640
Tints of Yellow Sea #EFA640
RGB
CMYK
RGB Variations
Color information
#EFA640 (or 0xEFA640) is known color: Yellow Sea. HEX triplet: EF, A6 and 40. RGB value is (239,166,64). Sum of RGB (Red+Green+Blue) = 239+166+64=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA640 is #1059BF. Grayscale: #B0B0B0. Windows color (decimal): -1071552 or 4237039. OLE color: 4237039.
HSL color Cylindrical-coordinate representation of color #EFA640: hue angle of 34.97º 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 #EFA640 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 64 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.06 |
| HSL | 34.97º | 0.85% | 0.59% | - |
| HSV(B) | 34.97º | 0.73% | 0.94% | - |
| XYZ | 50.16 | 45.99 | 11.08 | - |
| YUV | 176.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 64 | 0 | 0.31 | 0.73 | 0.06 | 34.97 | 0.85 | 0.59 |
| Hex | EF | A6 | 40 | 0 | 1F | 49 | 6 | 23 | 55 | 3B |
| Octal | 357 | 246 | 100 | 0 | 37 | 111 | 6 | 43 | 125 | 73 |
| Binary | 11101111 | 10100110 | 1000000 | 0 | 11111 | 1001001 | 110 | 100011 | 1010101 | 111011 |
Color Harmonies of #EFA640
Complementary color
Monochromatic Colors of #EFA640
Black with #EFA640
Text Example
Text Example
White with #EFA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA640; }
p { color: rgb(239,166,64); }
H1.HeaderClassName
{
color: #EFA640;
}
.AnyTagClassName
{
color: #EFA640;
}
</style>
background-color css
<style>
a { background-color: #EFA640; }
a { background-color: rgb(239,166,64); }
div.DivClassName
{
background-color: #EFA640;
}
.BgClassName
{
background-color: #EFA640;
}
</style>
border-color css
<style>
span { border-color: #EFA640; }
span { border-color: rgb(239,166,64); }
td.TdClassName
{
border-color: #EFA640;
}
.TagClassName
{
border-color: #EFA640;
}
</style>