Shades of Yellow Sea #EFA140
Tints of Yellow Sea #EFA140
RGB
CMYK
RGB Variations
Color information
#EFA140 (or 0xEFA140) is known color: Yellow Sea. HEX triplet: EF, A1 and 40. RGB value is (239,161,64). Sum of RGB (Red+Green+Blue) = 239+161+64=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA140 is #105EBF. Grayscale: #ADADAD. Windows color (decimal): -1072832 or 4235759. OLE color: 4235759.
HSL color Cylindrical-coordinate representation of color #EFA140: hue angle of 33.26º 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 #EFA140 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 64 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.06 |
| HSL | 33.26º | 0.85% | 0.59% | - |
| HSV(B) | 33.26º | 0.73% | 0.94% | - |
| XYZ | 49.27 | 44.21 | 10.79 | - |
| YUV | 173.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 64 | 0 | 0.33 | 0.73 | 0.06 | 33.26 | 0.85 | 0.59 |
| Hex | EF | A1 | 40 | 0 | 21 | 49 | 6 | 21 | 55 | 3B |
| Octal | 357 | 241 | 100 | 0 | 41 | 111 | 6 | 41 | 125 | 73 |
| Binary | 11101111 | 10100001 | 1000000 | 0 | 100001 | 1001001 | 110 | 100001 | 1010101 | 111011 |
Color Harmonies of #EFA140
Complementary color
Monochromatic Colors of #EFA140
Black with #EFA140
Text Example
Text Example
White with #EFA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA140; }
p { color: rgb(239,161,64); }
H1.HeaderClassName
{
color: #EFA140;
}
.AnyTagClassName
{
color: #EFA140;
}
</style>
background-color css
<style>
a { background-color: #EFA140; }
a { background-color: rgb(239,161,64); }
div.DivClassName
{
background-color: #EFA140;
}
.BgClassName
{
background-color: #EFA140;
}
</style>
border-color css
<style>
span { border-color: #EFA140; }
span { border-color: rgb(239,161,64); }
td.TdClassName
{
border-color: #EFA140;
}
.TagClassName
{
border-color: #EFA140;
}
</style>