Shades of Yellow Sea #EFA83B
Tints of Yellow Sea #EFA83B
RGB
CMYK
RGB Variations
Color information
#EFA83B (or 0xEFA83B) is known color: Yellow Sea. HEX triplet: EF, A8 and 3B. RGB value is (239,168,59). Sum of RGB (Red+Green+Blue) = 239+168+59=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA83B is #1057C4. Grayscale: #B1B1B1. Windows color (decimal): -1071045 or 3909871. OLE color: 3909871.
HSL color Cylindrical-coordinate representation of color #EFA83B: hue angle of 36.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFA83B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 59 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.06 |
| HSL | 36.33º | 0.85% | 0.58% | - |
| HSV(B) | 36.33º | 0.75% | 0.94% | - |
| XYZ | 50.39 | 46.67 | 10.49 | - |
| YUV | 176.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 59 | 0 | 0.30 | 0.75 | 0.06 | 36.33 | 0.85 | 0.58 |
| Hex | EF | A8 | 3B | 0 | 1E | 4B | 6 | 24 | 55 | 3A |
| Octal | 357 | 250 | 73 | 0 | 36 | 113 | 6 | 44 | 125 | 72 |
| Binary | 11101111 | 10101000 | 111011 | 0 | 11110 | 1001011 | 110 | 100100 | 1010101 | 111010 |
Color Harmonies of #EFA83B
Complementary color
Monochromatic Colors of #EFA83B
Black with #EFA83B
Text Example
Text Example
White with #EFA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA83B; }
p { color: rgb(239,168,59); }
H1.HeaderClassName
{
color: #EFA83B;
}
.AnyTagClassName
{
color: #EFA83B;
}
</style>
background-color css
<style>
a { background-color: #EFA83B; }
a { background-color: rgb(239,168,59); }
div.DivClassName
{
background-color: #EFA83B;
}
.BgClassName
{
background-color: #EFA83B;
}
</style>
border-color css
<style>
span { border-color: #EFA83B; }
span { border-color: rgb(239,168,59); }
td.TdClassName
{
border-color: #EFA83B;
}
.TagClassName
{
border-color: #EFA83B;
}
</style>