Shades of Yellow Sea #EFA334
Tints of Yellow Sea #EFA334
RGB
CMYK
RGB Variations
Color information
#EFA334 (or 0xEFA334) is known color: Yellow Sea. HEX triplet: EF, A3 and 34. RGB value is (239,163,52). Sum of RGB (Red+Green+Blue) = 239+163+52=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA334 is #105CCB. Grayscale: #ADADAD. Windows color (decimal): -1072332 or 3449839. OLE color: 3449839.
HSL color Cylindrical-coordinate representation of color #EFA334: hue angle of 35.61º 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 #EFA334 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 52 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.06 |
| HSL | 35.61º | 0.85% | 0.57% | - |
| HSV(B) | 35.61º | 0.78% | 0.94% | - |
| XYZ | 49.31 | 44.79 | 9.3 | - |
| YUV | 173.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 52 | 0 | 0.32 | 0.78 | 0.06 | 35.61 | 0.85 | 0.57 |
| Hex | EF | A3 | 34 | 0 | 20 | 4E | 6 | 24 | 55 | 39 |
| Octal | 357 | 243 | 64 | 0 | 40 | 116 | 6 | 44 | 125 | 71 |
| Binary | 11101111 | 10100011 | 110100 | 0 | 100000 | 1001110 | 110 | 100100 | 1010101 | 111001 |
Color Harmonies of #EFA334
Complementary color
Monochromatic Colors of #EFA334
Black with #EFA334
Text Example
Text Example
White with #EFA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA334; }
p { color: rgb(239,163,52); }
H1.HeaderClassName
{
color: #EFA334;
}
.AnyTagClassName
{
color: #EFA334;
}
</style>
background-color css
<style>
a { background-color: #EFA334; }
a { background-color: rgb(239,163,52); }
div.DivClassName
{
background-color: #EFA334;
}
.BgClassName
{
background-color: #EFA334;
}
</style>
border-color css
<style>
span { border-color: #EFA334; }
span { border-color: rgb(239,163,52); }
td.TdClassName
{
border-color: #EFA334;
}
.TagClassName
{
border-color: #EFA334;
}
</style>