Shades of Yellow Sea #EFA035
Tints of Yellow Sea #EFA035
RGB
CMYK
RGB Variations
Color information
#EFA035 (or 0xEFA035) is known color: Yellow Sea. HEX triplet: EF, A0 and 35. RGB value is (239,160,53). Sum of RGB (Red+Green+Blue) = 239+160+53=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA035 is #105FCA. Grayscale: #ABABAB. Windows color (decimal): -1073099 or 3514607. OLE color: 3514607.
HSL color Cylindrical-coordinate representation of color #EFA035: hue angle of 34.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFA035 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 53 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.06 |
| HSL | 34.52º | 0.85% | 0.57% | - |
| HSV(B) | 34.52º | 0.78% | 0.94% | - |
| XYZ | 48.81 | 43.75 | 9.24 | - |
| YUV | 171.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 53 | 0 | 0.33 | 0.78 | 0.06 | 34.52 | 0.85 | 0.57 |
| Hex | EF | A0 | 35 | 0 | 21 | 4E | 6 | 23 | 55 | 39 |
| Octal | 357 | 240 | 65 | 0 | 41 | 116 | 6 | 43 | 125 | 71 |
| Binary | 11101111 | 10100000 | 110101 | 0 | 100001 | 1001110 | 110 | 100011 | 1010101 | 111001 |
Color Harmonies of #EFA035
Complementary color
Monochromatic Colors of #EFA035
Black with #EFA035
Text Example
Text Example
White with #EFA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA035; }
p { color: rgb(239,160,53); }
H1.HeaderClassName
{
color: #EFA035;
}
.AnyTagClassName
{
color: #EFA035;
}
</style>
background-color css
<style>
a { background-color: #EFA035; }
a { background-color: rgb(239,160,53); }
div.DivClassName
{
background-color: #EFA035;
}
.BgClassName
{
background-color: #EFA035;
}
</style>
border-color css
<style>
span { border-color: #EFA035; }
span { border-color: rgb(239,160,53); }
td.TdClassName
{
border-color: #EFA035;
}
.TagClassName
{
border-color: #EFA035;
}
</style>