Shades of Yellow Sea #EFA83C
Tints of Yellow Sea #EFA83C
RGB
CMYK
RGB Variations
Color information
#EFA83C (or 0xEFA83C) is known color: Yellow Sea. HEX triplet: EF, A8 and 3C. RGB value is (239,168,60). Sum of RGB (Red+Green+Blue) = 239+168+60=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA83C is #1057C3. Grayscale: #B1B1B1. Windows color (decimal): -1071044 or 3975407. OLE color: 3975407.
HSL color Cylindrical-coordinate representation of color #EFA83C: hue angle of 36.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFA83C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 60 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.06 |
| HSL | 36.2º | 0.85% | 0.59% | - |
| HSV(B) | 36.2º | 0.75% | 0.94% | - |
| XYZ | 50.41 | 46.68 | 10.63 | - |
| YUV | 176.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 60 | 0 | 0.30 | 0.75 | 0.06 | 36.2 | 0.85 | 0.59 |
| Hex | EF | A8 | 3C | 0 | 1E | 4B | 6 | 24 | 55 | 3B |
| Octal | 357 | 250 | 74 | 0 | 36 | 113 | 6 | 44 | 125 | 73 |
| Binary | 11101111 | 10101000 | 111100 | 0 | 11110 | 1001011 | 110 | 100100 | 1010101 | 111011 |
Color Harmonies of #EFA83C
Complementary color
Monochromatic Colors of #EFA83C
Black with #EFA83C
Text Example
Text Example
White with #EFA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA83C; }
p { color: rgb(239,168,60); }
H1.HeaderClassName
{
color: #EFA83C;
}
.AnyTagClassName
{
color: #EFA83C;
}
</style>
background-color css
<style>
a { background-color: #EFA83C; }
a { background-color: rgb(239,168,60); }
div.DivClassName
{
background-color: #EFA83C;
}
.BgClassName
{
background-color: #EFA83C;
}
</style>
border-color css
<style>
span { border-color: #EFA83C; }
span { border-color: rgb(239,168,60); }
td.TdClassName
{
border-color: #EFA83C;
}
.TagClassName
{
border-color: #EFA83C;
}
</style>