Shades of Yellow Sea #EFA738
Tints of Yellow Sea #EFA738
RGB
CMYK
RGB Variations
Color information
#EFA738 (or 0xEFA738) is known color: Yellow Sea. HEX triplet: EF, A7 and 38. RGB value is (239,167,56). Sum of RGB (Red+Green+Blue) = 239+167+56=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA738 is #1058C7. Grayscale: #B0B0B0. Windows color (decimal): -1071304 or 3713007. OLE color: 3713007.
HSL color Cylindrical-coordinate representation of color #EFA738: hue angle of 36.39º 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 #EFA738 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 56 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.06 |
| HSL | 36.39º | 0.85% | 0.58% | - |
| HSV(B) | 36.39º | 0.77% | 0.94% | - |
| XYZ | 50.13 | 46.27 | 10.03 | - |
| YUV | 175.87 | 60.35 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 56 | 0 | 0.30 | 0.77 | 0.06 | 36.39 | 0.85 | 0.58 |
| Hex | EF | A7 | 38 | 0 | 1E | 4D | 6 | 24 | 55 | 3A |
| Octal | 357 | 247 | 70 | 0 | 36 | 115 | 6 | 44 | 125 | 72 |
| Binary | 11101111 | 10100111 | 111000 | 0 | 11110 | 1001101 | 110 | 100100 | 1010101 | 111010 |
Color Harmonies of #EFA738
Complementary color
Monochromatic Colors of #EFA738
Black with #EFA738
Text Example
Text Example
White with #EFA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA738; }
p { color: rgb(239,167,56); }
H1.HeaderClassName
{
color: #EFA738;
}
.AnyTagClassName
{
color: #EFA738;
}
</style>
background-color css
<style>
a { background-color: #EFA738; }
a { background-color: rgb(239,167,56); }
div.DivClassName
{
background-color: #EFA738;
}
.BgClassName
{
background-color: #EFA738;
}
</style>
border-color css
<style>
span { border-color: #EFA738; }
span { border-color: rgb(239,167,56); }
td.TdClassName
{
border-color: #EFA738;
}
.TagClassName
{
border-color: #EFA738;
}
</style>