Shades of Yellow Sea #EFA034
Tints of Yellow Sea #EFA034
RGB
CMYK
RGB Variations
Color information
#EFA034 (or 0xEFA034) is known color: Yellow Sea. HEX triplet: EF, A0 and 34. RGB value is (239,160,52). Sum of RGB (Red+Green+Blue) = 239+160+52=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA034 is #105FCB. Grayscale: #ABABAB. Windows color (decimal): -1073100 or 3449071. OLE color: 3449071.
HSL color Cylindrical-coordinate representation of color #EFA034: hue angle of 34.65º 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 #EFA034 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 52 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.06 |
| HSL | 34.65º | 0.85% | 0.57% | - |
| HSV(B) | 34.65º | 0.78% | 0.94% | - |
| XYZ | 48.79 | 43.74 | 9.12 | - |
| YUV | 171.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 52 | 0 | 0.33 | 0.78 | 0.06 | 34.65 | 0.85 | 0.57 |
| Hex | EF | A0 | 34 | 0 | 21 | 4E | 6 | 23 | 55 | 39 |
| Octal | 357 | 240 | 64 | 0 | 41 | 116 | 6 | 43 | 125 | 71 |
| Binary | 11101111 | 10100000 | 110100 | 0 | 100001 | 1001110 | 110 | 100011 | 1010101 | 111001 |
Color Harmonies of #EFA034
Complementary color
Monochromatic Colors of #EFA034
Black with #EFA034
Text Example
Text Example
White with #EFA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA034; }
p { color: rgb(239,160,52); }
H1.HeaderClassName
{
color: #EFA034;
}
.AnyTagClassName
{
color: #EFA034;
}
</style>
background-color css
<style>
a { background-color: #EFA034; }
a { background-color: rgb(239,160,52); }
div.DivClassName
{
background-color: #EFA034;
}
.BgClassName
{
background-color: #EFA034;
}
</style>
border-color css
<style>
span { border-color: #EFA034; }
span { border-color: rgb(239,160,52); }
td.TdClassName
{
border-color: #EFA034;
}
.TagClassName
{
border-color: #EFA034;
}
</style>