Shades of Yellow Sea #EFA538
Tints of Yellow Sea #EFA538
RGB
CMYK
RGB Variations
Color information
#EFA538 (or 0xEFA538) is known color: Yellow Sea. HEX triplet: EF, A5 and 38. RGB value is (239,165,56). Sum of RGB (Red+Green+Blue) = 239+165+56=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA538 is #105AC7. Grayscale: #AFAFAF. Windows color (decimal): -1071816 or 3712495. OLE color: 3712495.
HSL color Cylindrical-coordinate representation of color #EFA538: hue angle of 35.74º 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 #EFA538 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 56 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.06 |
| HSL | 35.74º | 0.85% | 0.58% | - |
| HSV(B) | 35.74º | 0.77% | 0.94% | - |
| XYZ | 49.77 | 45.55 | 9.91 | - |
| YUV | 174.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 56 | 0 | 0.31 | 0.77 | 0.06 | 35.74 | 0.85 | 0.58 |
| Hex | EF | A5 | 38 | 0 | 1F | 4D | 6 | 24 | 55 | 3A |
| Octal | 357 | 245 | 70 | 0 | 37 | 115 | 6 | 44 | 125 | 72 |
| Binary | 11101111 | 10100101 | 111000 | 0 | 11111 | 1001101 | 110 | 100100 | 1010101 | 111010 |
Color Harmonies of #EFA538
Complementary color
Monochromatic Colors of #EFA538
Black with #EFA538
Text Example
Text Example
White with #EFA538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA538; }
p { color: rgb(239,165,56); }
H1.HeaderClassName
{
color: #EFA538;
}
.AnyTagClassName
{
color: #EFA538;
}
</style>
background-color css
<style>
a { background-color: #EFA538; }
a { background-color: rgb(239,165,56); }
div.DivClassName
{
background-color: #EFA538;
}
.BgClassName
{
background-color: #EFA538;
}
</style>
border-color css
<style>
span { border-color: #EFA538; }
span { border-color: rgb(239,165,56); }
td.TdClassName
{
border-color: #EFA538;
}
.TagClassName
{
border-color: #EFA538;
}
</style>