Shades of Yellow Sea #EFA43A
Tints of Yellow Sea #EFA43A
RGB
CMYK
RGB Variations
Color information
#EFA43A (or 0xEFA43A) is known color: Yellow Sea. HEX triplet: EF, A4 and 3A. RGB value is (239,164,58). Sum of RGB (Red+Green+Blue) = 239+164+58=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA43A is #105BC5. Grayscale: #AEAEAE. Windows color (decimal): -1072070 or 3843311. OLE color: 3843311.
HSL color Cylindrical-coordinate representation of color #EFA43A: hue angle of 35.14º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFA43A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 58 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.06 |
| HSL | 35.14º | 0.85% | 0.58% | - |
| HSV(B) | 35.14º | 0.76% | 0.94% | - |
| XYZ | 49.64 | 45.21 | 10.11 | - |
| YUV | 174.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 58 | 0 | 0.31 | 0.76 | 0.06 | 35.14 | 0.85 | 0.58 |
| Hex | EF | A4 | 3A | 0 | 1F | 4C | 6 | 23 | 55 | 3A |
| Octal | 357 | 244 | 72 | 0 | 37 | 114 | 6 | 43 | 125 | 72 |
| Binary | 11101111 | 10100100 | 111010 | 0 | 11111 | 1001100 | 110 | 100011 | 1010101 | 111010 |
Color Harmonies of #EFA43A
Complementary color
Monochromatic Colors of #EFA43A
Black with #EFA43A
Text Example
Text Example
White with #EFA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA43A; }
p { color: rgb(239,164,58); }
H1.HeaderClassName
{
color: #EFA43A;
}
.AnyTagClassName
{
color: #EFA43A;
}
</style>
background-color css
<style>
a { background-color: #EFA43A; }
a { background-color: rgb(239,164,58); }
div.DivClassName
{
background-color: #EFA43A;
}
.BgClassName
{
background-color: #EFA43A;
}
</style>
border-color css
<style>
span { border-color: #EFA43A; }
span { border-color: rgb(239,164,58); }
td.TdClassName
{
border-color: #EFA43A;
}
.TagClassName
{
border-color: #EFA43A;
}
</style>