Shades of Yellow Sea #EFA535
Tints of Yellow Sea #EFA535
RGB
CMYK
RGB Variations
Color information
#EFA535 (or 0xEFA535) is known color: Yellow Sea. HEX triplet: EF, A5 and 35. RGB value is (239,165,53). Sum of RGB (Red+Green+Blue) = 239+165+53=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA535 is #105ACA. Grayscale: #AEAEAE. Windows color (decimal): -1071819 or 3515887. OLE color: 3515887.
HSL color Cylindrical-coordinate representation of color #EFA535: hue angle of 36.13º 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 #EFA535 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 53 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.06 |
| HSL | 36.13º | 0.85% | 0.57% | - |
| HSV(B) | 36.13º | 0.78% | 0.94% | - |
| XYZ | 49.69 | 45.52 | 9.53 | - |
| YUV | 174.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 53 | 0 | 0.31 | 0.78 | 0.06 | 36.13 | 0.85 | 0.57 |
| Hex | EF | A5 | 35 | 0 | 1F | 4E | 6 | 24 | 55 | 39 |
| Octal | 357 | 245 | 65 | 0 | 37 | 116 | 6 | 44 | 125 | 71 |
| Binary | 11101111 | 10100101 | 110101 | 0 | 11111 | 1001110 | 110 | 100100 | 1010101 | 111001 |
Color Harmonies of #EFA535
Complementary color
Monochromatic Colors of #EFA535
Black with #EFA535
Text Example
Text Example
White with #EFA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA535; }
p { color: rgb(239,165,53); }
H1.HeaderClassName
{
color: #EFA535;
}
.AnyTagClassName
{
color: #EFA535;
}
</style>
background-color css
<style>
a { background-color: #EFA535; }
a { background-color: rgb(239,165,53); }
div.DivClassName
{
background-color: #EFA535;
}
.BgClassName
{
background-color: #EFA535;
}
</style>
border-color css
<style>
span { border-color: #EFA535; }
span { border-color: rgb(239,165,53); }
td.TdClassName
{
border-color: #EFA535;
}
.TagClassName
{
border-color: #EFA535;
}
</style>