Shades of Yellow Sea #EFA338
Tints of Yellow Sea #EFA338
RGB
CMYK
RGB Variations
Color information
#EFA338 (or 0xEFA338) is known color: Yellow Sea. HEX triplet: EF, A3 and 38. RGB value is (239,163,56). Sum of RGB (Red+Green+Blue) = 239+163+56=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA338 is #105CC7. Grayscale: #AEAEAE. Windows color (decimal): -1072328 or 3711983. OLE color: 3711983.
HSL color Cylindrical-coordinate representation of color #EFA338: hue angle of 35.08º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFA338 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 56 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.06 |
| HSL | 35.08º | 0.85% | 0.58% | - |
| HSV(B) | 35.08º | 0.77% | 0.94% | - |
| XYZ | 49.41 | 44.83 | 9.79 | - |
| YUV | 173.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 56 | 0 | 0.32 | 0.77 | 0.06 | 35.08 | 0.85 | 0.58 |
| Hex | EF | A3 | 38 | 0 | 20 | 4D | 6 | 23 | 55 | 3A |
| Octal | 357 | 243 | 70 | 0 | 40 | 115 | 6 | 43 | 125 | 72 |
| Binary | 11101111 | 10100011 | 111000 | 0 | 100000 | 1001101 | 110 | 100011 | 1010101 | 111010 |
Color Harmonies of #EFA338
Complementary color
Monochromatic Colors of #EFA338
Black with #EFA338
Text Example
Text Example
White with #EFA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA338; }
p { color: rgb(239,163,56); }
H1.HeaderClassName
{
color: #EFA338;
}
.AnyTagClassName
{
color: #EFA338;
}
</style>
background-color css
<style>
a { background-color: #EFA338; }
a { background-color: rgb(239,163,56); }
div.DivClassName
{
background-color: #EFA338;
}
.BgClassName
{
background-color: #EFA338;
}
</style>
border-color css
<style>
span { border-color: #EFA338; }
span { border-color: rgb(239,163,56); }
td.TdClassName
{
border-color: #EFA338;
}
.TagClassName
{
border-color: #EFA338;
}
</style>