Shades of Yellow Sea #EFA534
Tints of Yellow Sea #EFA534
RGB
CMYK
RGB Variations
Color information
#EFA534 (or 0xEFA534) is known color: Yellow Sea. HEX triplet: EF, A5 and 34. RGB value is (239,165,52). Sum of RGB (Red+Green+Blue) = 239+165+52=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA534 is #105ACB. Grayscale: #AEAEAE. Windows color (decimal): -1071820 or 3450351. OLE color: 3450351.
HSL color Cylindrical-coordinate representation of color #EFA534: hue angle of 36.26º 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 #EFA534 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 52 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.06 |
| HSL | 36.26º | 0.85% | 0.57% | - |
| HSV(B) | 36.26º | 0.78% | 0.94% | - |
| XYZ | 49.67 | 45.51 | 9.41 | - |
| YUV | 174.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 52 | 0 | 0.31 | 0.78 | 0.06 | 36.26 | 0.85 | 0.57 |
| Hex | EF | A5 | 34 | 0 | 1F | 4E | 6 | 24 | 55 | 39 |
| Octal | 357 | 245 | 64 | 0 | 37 | 116 | 6 | 44 | 125 | 71 |
| Binary | 11101111 | 10100101 | 110100 | 0 | 11111 | 1001110 | 110 | 100100 | 1010101 | 111001 |
Color Harmonies of #EFA534
Complementary color
Monochromatic Colors of #EFA534
Black with #EFA534
Text Example
Text Example
White with #EFA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA534; }
p { color: rgb(239,165,52); }
H1.HeaderClassName
{
color: #EFA534;
}
.AnyTagClassName
{
color: #EFA534;
}
</style>
background-color css
<style>
a { background-color: #EFA534; }
a { background-color: rgb(239,165,52); }
div.DivClassName
{
background-color: #EFA534;
}
.BgClassName
{
background-color: #EFA534;
}
</style>
border-color css
<style>
span { border-color: #EFA534; }
span { border-color: rgb(239,165,52); }
td.TdClassName
{
border-color: #EFA534;
}
.TagClassName
{
border-color: #EFA534;
}
</style>