Shades of Yellow Sea #EFA540
Tints of Yellow Sea #EFA540
RGB
CMYK
RGB Variations
Color information
#EFA540 (or 0xEFA540) is known color: Yellow Sea. HEX triplet: EF, A5 and 40. RGB value is (239,165,64). Sum of RGB (Red+Green+Blue) = 239+165+64=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA540 is #105ABF. Grayscale: #B0B0B0. Windows color (decimal): -1071808 or 4236783. OLE color: 4236783.
HSL color Cylindrical-coordinate representation of color #EFA540: hue angle of 34.63º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFA540 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 64 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.06 |
| HSL | 34.63º | 0.85% | 0.59% | - |
| HSV(B) | 34.63º | 0.73% | 0.94% | - |
| XYZ | 49.98 | 45.63 | 11.02 | - |
| YUV | 175.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 64 | 0 | 0.31 | 0.73 | 0.06 | 34.63 | 0.85 | 0.59 |
| Hex | EF | A5 | 40 | 0 | 1F | 49 | 6 | 23 | 55 | 3B |
| Octal | 357 | 245 | 100 | 0 | 37 | 111 | 6 | 43 | 125 | 73 |
| Binary | 11101111 | 10100101 | 1000000 | 0 | 11111 | 1001001 | 110 | 100011 | 1010101 | 111011 |
Color Harmonies of #EFA540
Complementary color
Monochromatic Colors of #EFA540
Black with #EFA540
Text Example
Text Example
White with #EFA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA540; }
p { color: rgb(239,165,64); }
H1.HeaderClassName
{
color: #EFA540;
}
.AnyTagClassName
{
color: #EFA540;
}
</style>
background-color css
<style>
a { background-color: #EFA540; }
a { background-color: rgb(239,165,64); }
div.DivClassName
{
background-color: #EFA540;
}
.BgClassName
{
background-color: #EFA540;
}
</style>
border-color css
<style>
span { border-color: #EFA540; }
span { border-color: rgb(239,165,64); }
td.TdClassName
{
border-color: #EFA540;
}
.TagClassName
{
border-color: #EFA540;
}
</style>